fix: update URL paths in Django and Nginx configuration for admin and API endpoints
All checks were successful
Deploy on Push to Main / deploy (push) Successful in 42s

This commit is contained in:
2025-11-30 10:05:20 +01:00
parent 3381789841
commit 19ffbf035e
2 changed files with 17 additions and 13 deletions

View File

@@ -18,5 +18,5 @@ from django.contrib import admin
from django.urls import path
urlpatterns = [
path('mayo-manager/admin/', admin.site.urls),
path('mayo-manager/server/admin/', admin.site.urls),
]