Version 1
[yaffs-website] / web / core / modules / system / tests / modules / cache_test / cache_test.routing.yml
diff --git a/web/core/modules/system/tests/modules/cache_test/cache_test.routing.yml b/web/core/modules/system/tests/modules/cache_test/cache_test.routing.yml
new file mode 100644 (file)
index 0000000..fb87d3d
--- /dev/null
@@ -0,0 +1,6 @@
+cache_test.url_bubbling:
+  path: '/cache-test/url-bubbling'
+  defaults:
+    _controller: '\Drupal\cache_test\Controller\CacheTestController::urlBubbling'
+  requirements:
+    _access: 'TRUE'