Skip to content

Commit

Permalink
Update pingdom end point url
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnkampf authored and cgsunkel committed Jul 15, 2024
1 parent 056198d commit 58fb0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
path('', include('datahub.oauth.admin.urls')),
*admin_oauth2_urls,
path('admin/', admin.site.urls),
path('ping.xml', ping, name='ping'),
path('pingdom/ping.xml', ping, name='ping'),
path('whoami/', who_am_i, name='who_am_i'),
]

Expand Down

0 comments on commit 58fb0d7

Please sign in to comment.