Skip to content

Commit

Permalink
Merge pull request #214 from stanfordnmbl/documentation
Browse files Browse the repository at this point in the history
Added new doc urls.
  • Loading branch information
AlbertoCasasOrtiz authored Sep 12, 2024
2 parents 5e81000 + e663dc5 commit 27a7826
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mcserver/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@
path('reset-password/', ResetPasswordView.as_view()),
path('new-password/', NewPasswordView.as_view()),
path('user-institutional-use/', UserInstitutionalUseView.as_view()),
path('swagger<format>/', schema_view.without_ui(cache_timeout=0), name='schema-json'),
path('docs/', schema_view.with_ui('swagger', cache_timeout=0), name='schema-swagger-ui'),
path('redocs/', schema_view.with_ui('redoc', cache_timeout=0), name='schema-redoc'),

path(
'logs/<str:task_id>/on-ready/',
DownloadFileOnReadyAPIView.as_view(),
Expand Down

0 comments on commit 27a7826

Please sign in to comment.