Skip to content

Commit 1b855b7

Browse files
author
Greg Bowler
committed
routing: default router matches page-route by default
1 parent 985fd9f commit 1b855b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router.default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function api(Request $request, PathMatcher $pathMatcher):void {
2626
}
2727
}
2828

29-
#[Any(name: "page-route", accept: "text/html,application/xhtml+xml")]
29+
#[Any(name: "page-route", accept: "text/html,application/xhtml+xml,*.*")]
3030
public function page(
3131
Request $request
3232
):void {

0 commit comments

Comments
 (0)