Version 1
[yaffs-website] / web / core / modules / statistics / statistics.routing.yml
diff --git a/web/core/modules/statistics/statistics.routing.yml b/web/core/modules/statistics/statistics.routing.yml
new file mode 100644 (file)
index 0000000..d5ea04c
--- /dev/null
@@ -0,0 +1,7 @@
+statistics.settings:
+  path: '/admin/config/system/statistics'
+  defaults:
+    _form: 'Drupal\statistics\StatisticsSettingsForm'
+    _title: 'Statistics'
+  requirements:
+    _permission: 'administer statistics'