apply languages
This commit is contained in:
10
Checker/urls.py
Normal file
10
Checker/urls.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.urls import path
|
||||
|
||||
from Checker import views
|
||||
|
||||
urlpatterns = [
|
||||
path("status", views.status),
|
||||
path("available", views.available),
|
||||
path("get_dynamic", views.get_dynamic),
|
||||
path("set_result", views.set_result),
|
||||
]
|
Reference in New Issue
Block a user