video player and model and video guide routing and stuff
This commit is contained in:
@@ -26,6 +26,7 @@ urlpatterns = [
|
||||
path('tickets/', include('ticket.urls')),
|
||||
path('blogs/', include('blog.urls')),
|
||||
path('order/', include('order.urls')),
|
||||
path('home/', include('home.urls')),
|
||||
path('', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user