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 dc55ec2 commit 0316a04Copy full SHA for 0316a04
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