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 a3be509893 - Show all commits

View File

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