configs and experiments

This commit is contained in:
Administrator
2023-09-26 00:19:48 +03:00
parent 6b95a74681
commit c4b65ff11f
8 changed files with 48 additions and 8 deletions

View File

@@ -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)
]