add message and comment
This commit is contained in:
0
comment/urls/__init__.py
Normal file
0
comment/urls/__init__.py
Normal file
8
comment/urls/oj.py
Normal file
8
comment/urls/oj.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import re_path as url
|
||||
|
||||
from ..views.oj import CommentAPI
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
url(r"^comment/?$", CommentAPI.as_view(), name="comment_api"),
|
||||
]
|
||||
Reference in New Issue
Block a user