refactor: update method saveLocal for 'POST'

This commit is contained in:
2025-01-03 15:25:23 -03:00
parent 998fdaa516
commit 42f3e02b0d
7 changed files with 8 additions and 14 deletions

View File

@@ -8,6 +8,4 @@ urlpatterns = [
path('locationMesa/<int:mesaId>/<str:location>/', views.locationMesa, name='locationMesa'),
]