You are here

device_geolocation.routing.yml in Smart IP 8.3

Same filename and directory in other branches
  1. 8.4 modules/device_geolocation/device_geolocation.routing.yml
modules/device_geolocation/device_geolocation.routing.yml

File

modules/device_geolocation/device_geolocation.routing.yml
View source
  1. device_geolocation.client_side_location:
  2. path: '/device_geolocation/client_side_location'
  3. defaults:
  4. _controller: '\Drupal\device_geolocation\Controller\DeviceGeolocationController::saveLocation'
  5. requirements:
  6. _permission: 'access content'
  7. options:
  8. no_cache: 'TRUE'
  9. device_geolocation.check:
  10. path: '/device_geolocation/check'
  11. defaults:
  12. _controller: '\Drupal\device_geolocation\Controller\DeviceGeolocationController::check'
  13. requirements:
  14. _permission: 'access content'
  15. options:
  16. no_cache: 'TRUE'