gukgjzkgjhgjh
This commit is contained in:
@@ -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')),
|
||||
|
||||
Reference in New Issue
Block a user