Move api urls to api app

This commit is contained in:
imperosol
2025-06-16 14:46:29 +02:00
parent ae7784a973
commit 50d7b7e731
3 changed files with 13 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import rjsmin
import sass
from django.conf import settings
from sith.urls import api
from api.urls import api
from staticfiles.apps import BUNDLED_FOLDER_NAME, BUNDLED_ROOT, GENERATED_ROOT