resq/config/routes/geofence_blacklist.yaml
2022-06-13 08:11:47 +00:00

20 lines
606 B
YAML

#geofence blacklist
geofence_blacklist_list:
path: /geofence-blacklist
controller: App\Controller\GeofenceBlacklistController::index
geofence_blacklist_upload_kml:
path: /geofence-blacklist/upload
controller: App\Controller\GeofenceBlacklistController::uploadKML
methods: [POST]
geofence_blacklist_create:
path: /geofence-blacklist/create
controller: App\Controller\GeofenceBlacklistController::addForm
methods: [GET]
geofence_blacklist_delete:
path: /geofence-blacklist/{id}
controller: App\Controller\GeofenceBlacklistController::destroy
methods: [DELETE]