FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit 30b4b71b authored by Dr Abraham Martin's avatar Dr Abraham Martin Committed by GitHub
Browse files

Merge pull request #14 from rjw57/fix-ui-url

lookupproxy: allow trailing slash in ui URL
parents af8fb7de d6c4d6bc
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ urlpatterns = [
path('status', automationcommon.views.status, name='status'),
path('', include('lookupapi.urls')),
path('ui', schema_view.with_ui('swagger', cache_timeout=None), name='schema-swagger-ui'),
path('ui/', schema_view.with_ui('swagger', cache_timeout=None), name='schema-swagger-ui'),
]
# Selectively enable django debug toolbar URLs. Only if the toolbar is
......
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