add create problem api
This commit is contained in:
@@ -3,5 +3,5 @@ from django.conf.urls import url
|
||||
from ..views.oj import ProblemTagAPI
|
||||
|
||||
urlpatterns = [
|
||||
url(r"^tags$", ProblemTagAPI.as_view(), name="problem_tag_list_api")
|
||||
url(r"^problem/tags$", ProblemTagAPI.as_view(), name="problem_tag_list_api")
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user