большое обновление фронта

This commit is contained in:
2024-01-03 12:38:37 +03:00
parent 4c94a7271a
commit a1f86691a4
9 changed files with 333 additions and 200 deletions

View File

@@ -19,5 +19,7 @@ from . import views
urlpatterns = [
path('', views.view_index, name='index'),
path('fetch/stats', views.view_stats, name='fetch-stats'),
path('fetch/tank-chart', views.view_tank_chart, name='fetch-tank-chart'),
# path('methods/<str:method_name>', views.call_method, name='call_method')
]