Add vite react #45

Closed
lukas wants to merge 42 commits from add-frontend into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit aecf0d6a6e - Show all commits

View File

@ -73,7 +73,7 @@ router.register(r"sessions", SessionViewSet)
urlpatterns = [
path("", include(router.urls)),
path("api/", include(router.urls)),
path("api-auth/", include("rest_framework.urls", namespace="rest_framework")),
]