device_geolocation.routing.yml in Smart IP 8.3
Same filename and directory in other branches
modules/device_geolocation/device_geolocation.routing.yml
File
modules/device_geolocation/device_geolocation.routing.ymlView source
- device_geolocation.client_side_location:
- path: '/device_geolocation/client_side_location'
- defaults:
- _controller: '\Drupal\device_geolocation\Controller\DeviceGeolocationController::saveLocation'
- requirements:
- _permission: 'access content'
- options:
- no_cache: 'TRUE'
- device_geolocation.check:
- path: '/device_geolocation/check'
- defaults:
- _controller: '\Drupal\device_geolocation\Controller\DeviceGeolocationController::check'
- requirements:
- _permission: 'access content'
- options:
- no_cache: 'TRUE'