Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / media / tests / modules / media_test_oembed / media_test_oembed.routing.yml
diff --git a/web/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml b/web/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml
new file mode 100644 (file)
index 0000000..75ce685
--- /dev/null
@@ -0,0 +1,6 @@
+media_test_oembed.resource.get:
+  path: '/media_test_oembed/resource'
+  defaults:
+    _controller: '\Drupal\media_test_oembed\Controller\ResourceController::get'
+  requirements:
+    _access: 'TRUE'