Skip to content

Commit 0316a04

Browse files
author
Greg Bowler
committed
hotfix: fix typo in routing header matcher
1 parent dc55ec2 commit 0316a04

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)