Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / js_ajax_test / js_ajax_test.routing.yml
diff --git a/web/core/modules/system/tests/modules/js_ajax_test/js_ajax_test.routing.yml b/web/core/modules/system/tests/modules/js_ajax_test/js_ajax_test.routing.yml
new file mode 100644 (file)
index 0000000..5d643b9
--- /dev/null
@@ -0,0 +1,6 @@
+js_ajax_test.js_ajax_test:
+  path: '/js_ajax_test'
+  defaults:
+    _form: '\Drupal\js_ajax_test\Form\JsAjaxTestForm'
+  requirements:
+    _access: 'TRUE'