feat: save location mesa_map

This commit is contained in:
2025-01-02 15:17:06 -03:00
parent 79409843d0
commit f8d1373454
8 changed files with 96 additions and 64 deletions

View File

@@ -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'),