feat(reaction): 用户端表情接口
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
7
reaction/urls/oj.py
Normal file
7
reaction/urls/oj.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from ..views.oj import ReactionAPI
|
||||
|
||||
urlpatterns = [
|
||||
path("reaction", ReactionAPI.as_view()),
|
||||
]
|
||||
Reference in New Issue
Block a user