blog model and view and url and route
This commit is contained in:
@@ -24,6 +24,7 @@ urlpatterns = [
|
||||
path('accounts/', include('account.urls')),
|
||||
path('chat/', include('chat.urls')),
|
||||
path('tickets/', include('ticket.urls')),
|
||||
path('blogs/', include('blog.urls')),
|
||||
path('', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user