feat: SQL 题测试点脚本回显接口

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 19:29:51 -06:00
parent 803d6ca58d
commit deae73cd88
2 changed files with 37 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ from ..views.admin import (
ProblemFlowchartAIGen,
ProblemVisibleAPI,
SQLTestCasePreviewAPI,
SQLTestCaseScriptsAPI,
StuckProblemsAPI,
TestCaseAPI,
TopACTrendAPI,
@@ -16,6 +17,7 @@ from ..views.admin import (
urlpatterns = [
path("test_case", TestCaseAPI.as_view()),
path("sql_test_case_preview", SQLTestCasePreviewAPI.as_view()),
path("sql_test_case_scripts", SQLTestCaseScriptsAPI.as_view()),
path("problem", ProblemAPI.as_view()),
path("problem/visible", ProblemVisibleAPI.as_view()),
path("problem/stuck", StuckProblemsAPI.as_view()),