添加f评论API
This commit is contained in:
8
comment/urls/admin.py
Normal file
8
comment/urls/admin.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from ..views.admin import CommentAPI
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path("comment", CommentAPI.as_view()),
|
||||
]
|
||||
Reference in New Issue
Block a user