resq/config/routes/geofence.yaml
2019-06-03 08:05:10 +00:00

15 lines
356 B
YAML

#geofence
geofence_list:
path: /geofence
controller: App\Controller\GeofenceController::index
geofence_upload_kml:
path: /geofence/upload
controller: App\Controller\GeofenceController::uploadKML
methods: [POST]
geofence_create:
path: /geofence/create
controller: App\Controller\GeofenceController::addForm
methods: [GET]