Added Scanner identification and MQTT handling
This commit is contained in:
@@ -4,6 +4,6 @@ from . import views
|
||||
app_name = 'booker'
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.index, name='index'),
|
||||
path('', views.IndexView.as_view(), name='index'),
|
||||
path('<str:scanner_id>/', views.scanner, name='scanner')
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user