Skip to content

Commit

Permalink
refactor: Add comment to urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Sep 27, 2024
1 parent 9f6c9ab commit af567f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uvdat/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
path('api/v1/', include(router.urls)),
path('api/docs/redoc/', schema_view.with_ui('redoc'), name='docs-redoc'),
path('api/docs/swagger/', schema_view.with_ui('swagger'), name='docs-swagger'),
# Redirect all other server requests to Vue client
path('', RedirectView.as_view(url=settings.HOMEPAGE_REDIRECT_URL)), # type: ignore
]

Expand Down

0 comments on commit af567f1

Please sign in to comment.