feat(problem): 新增批量给题目添加/移除标签接口
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,7 @@ from django.urls import path
|
||||
|
||||
from ..views.admin import (
|
||||
AddContestProblemAPI,
|
||||
BatchProblemTagAPI,
|
||||
ContestProblemAPI,
|
||||
MakeContestProblemPublicAPIView,
|
||||
ProblemAPI,
|
||||
@@ -27,6 +28,7 @@ urlpatterns = [
|
||||
path("problem/top_ac_trend", TopACTrendAPI.as_view()),
|
||||
path("problem/flowchart", ProblemFlowchartAIGen.as_view()),
|
||||
path("problem/tag", TagAdminAPI.as_view()),
|
||||
path("problem/batch_tag", BatchProblemTagAPI.as_view()),
|
||||
path("contest/problem", ContestProblemAPI.as_view()),
|
||||
path("contest_problem/make_public", MakeContestProblemPublicAPIView.as_view()),
|
||||
path("contest/add_problem_from_public", AddContestProblemAPI.as_view()),
|
||||
|
||||
Reference in New Issue
Block a user