async
This commit is contained in:
@@ -12,12 +12,12 @@ from ..views import (
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
path("smtp", SMTPAPI.as_view()),
|
||||
path("smtp_test", SMTPTestAPI.as_view()),
|
||||
path("smtp", SMTPAPI.as_view()), # DEPRECATED: 前端未调用
|
||||
path("smtp_test", SMTPTestAPI.as_view()), # DEPRECATED: 前端未调用
|
||||
path("website", WebsiteConfigAPI.as_view()),
|
||||
path("random_user", RandomUsernameAPI.as_view()),
|
||||
path("judge_server", JudgeServerAPI.as_view()),
|
||||
path("prune_test_case", TestCasePruneAPI.as_view()),
|
||||
path("versions", ReleaseNotesAPI.as_view()),
|
||||
path("versions", ReleaseNotesAPI.as_view()), # DEPRECATED: 前端未调用
|
||||
path("dashboard_info", DashboardInfoAPI.as_view()),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user