Skip to content
Snippets Groups Projects
Commit 8bec871e authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

LEI-40: Updated routing config for serving LSMR

parent fa5387c9
No related branches found
No related tags found
1 merge request!90Resolve LEI-40
......@@ -48,8 +48,7 @@ urlpatterns = [
path('docs/', include_docs_urls(title='LSMR API')),
re_path(r'^swagger(?P<format>\.json|\.yaml)$', swagger_schema_view.without_ui(cache_timeout=0), name='schema-json'),
path('swagger/', swagger_schema_view.with_ui('swagger', cache_timeout=0), name='schema-swagger-ui'),
path('redoc/', swagger_schema_view.with_ui('redoc', cache_timeout=0), name='schema-redoc'),
url(r'^api/', include((router.urls, 'lsmr_api'))),
path('redoc/', swagger_schema_view.with_ui('redoc', cache_timeout=0), name='schema-redoc')
]
......
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