gukgjzkgjhgjh

This commit is contained in:
2026-04-20 00:04:15 +02:00
parent 5280a87e8b
commit 659999f4fd
409 changed files with 19957 additions and 5176 deletions

View File

@@ -19,7 +19,7 @@ from django.urls import path, include
from django.conf.urls.static import static
from django.conf import settings
from django import settings
from django.conf import settings
from .views import choices
from drf_spectacular.views import (
@@ -43,6 +43,10 @@ urlpatterns = [
path('api/configuration/', include('configuration.urls')),
path('api/advertisement/', include('advertisement.urls')),
path('api/social/hubs/', include('social.hubs.urls')),
path('api/social/posts/', include('social.posts.urls')),
path('api/social/', include('social.chat.urls')),
path('api/stripe/', include('thirdparty.stripe.urls')),
path('api/trading212/', include('thirdparty.trading212.urls')),
path('api/downloader/', include('thirdparty.downloader.urls')),