add judge config languages and problem tag api
This commit is contained in:
7
problem/urls/oj.py
Normal file
7
problem/urls/oj.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.conf.urls import url
|
||||
|
||||
from ..views import ProblemTagAPI
|
||||
|
||||
urlpatterns = [
|
||||
url(r"^tags$", ProblemTagAPI.as_view(), name="problem_tag_list_api")
|
||||
]
|
||||
Reference in New Issue
Block a user