configs and experiments
This commit is contained in:
@@ -4,5 +4,6 @@ from django.urls import path
|
||||
from .views import *
|
||||
|
||||
urlpatterns = [
|
||||
path(*ExperimentsView.as_path())
|
||||
path(*ExperimentsView.as_path()),
|
||||
path('get', get_experiment)
|
||||
]
|
||||
|
Reference in New Issue
Block a user