mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Update urls and views
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from django.urls import path
|
||||
from driver.views import SendCommand, Function, Cab, Emergency, Infra
|
||||
from driver.views import SendCommand, Function, Cab, Emergency, Infra, Test
|
||||
|
||||
urlpatterns = [
|
||||
path('test', Test.as_view()),
|
||||
path('emergency', Emergency.as_view()),
|
||||
path('infra', Infra.as_view()),
|
||||
path('command', SendCommand.as_view()),
|
||||
|
Reference in New Issue
Block a user