Fix: user api path

This commit is contained in:
Aroy-Art 2025-02-08 18:11:04 +01:00
parent bab45566c8
commit 9c0706c8b6
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -3,4 +3,5 @@ from django.urls import path, include
urlpatterns = [
path("auth/", include("api.authentication.urls")),
path("user/", include("api.user.urls")),
]