mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
feat: save location mesa_map
This commit is contained in:
@@ -5,6 +5,7 @@ from . import views
|
||||
urlpatterns = [
|
||||
path('', views.mesas, name='mesas'),
|
||||
path('mapMesas/', views.mapMesas, name='mapMesas'),
|
||||
path('locationMesa/<int:mesaId>/<str:location>/', views.locationMesa, name='locationMesa'),
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user