Skip to content
Snippets Groups Projects
Commit 68bdb758 authored by Jörn Künsemöller's avatar Jörn Künsemöller Committed by Jorrit Schaap
Browse files

LEI-40: Updated routing config for serving LSMR

parent 3207530d
No related branches found
No related tags found
1 merge request!92TMSS-135
...@@ -48,8 +48,7 @@ urlpatterns = [ ...@@ -48,8 +48,7 @@ urlpatterns = [
path('docs/', include_docs_urls(title='LSMR API')), 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'), 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('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'), path('redoc/', swagger_schema_view.with_ui('redoc', cache_timeout=0), name='schema-redoc')
url(r'^api/', include((router.urls, 'lsmr_api'))),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment