We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985fd9f commit 1b855b7Copy full SHA for 1b855b7
router.default.php
@@ -26,7 +26,7 @@ public function api(Request $request, PathMatcher $pathMatcher):void {
26
}
27
28
29
- #[Any(name: "page-route", accept: "text/html,application/xhtml+xml")]
+ #[Any(name: "page-route", accept: "text/html,application/xhtml+xml,*.*")]
30
public function page(
31
Request $request
32
):void {
0 commit comments