Added smartphone as scanner option
This commit is contained in:
@@ -5,5 +5,6 @@ app_name = 'booker'
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.IndexView.as_view(), name='index'),
|
||||
path('smartphone_scanner/', views.SmartphoneScannerView.as_view(), name='smartphone_scanner'),
|
||||
path('<str:scanner_id>/', views.scanner, name='scanner')
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user