url update

This commit is contained in:
2025-04-22 18:52:46 +09:00
parent 0f4a457478
commit a6bf345dff

View File

@ -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'),
]