Skip to content
Snippets Groups Projects
Commit aca7adcc authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Use hyphens rather than underscores in URLs

parent 626d8915
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ suburlpatterns = [
url(r'^$', SupereventViewSet.as_view({'get': 'retrieve',
'patch': 'partial_update'}), name='superevent-detail'),
# Superevent GW confirmation
url(r'^confirm_as_gw/$', SupereventViewSet.as_view(
url(r'^confirm-as-gw/$', SupereventViewSet.as_view(
{'post': 'confirm_as_gw'}), name='superevent-confirm-as-gw'),
# Event list and creation (addition to superevent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment