url update
This commit is contained in:
@ -4,5 +4,5 @@ from django.urls import path
|
||||
from .views import PostListCreateView
|
||||
|
||||
urlpatterns = [
|
||||
path('posts/', PostListCreateView.as_view(), name='post-list-create'),
|
||||
path('create/', PostListCreateView.as_view(), name='post-list-create'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user