Skip to content

Commit 89b63b9

Browse files
committed
chore: redirect /main/ prefix
1 parent 0ab7122 commit 89b63b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Web/Documentation/ChapterController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
{
2121
#[Get('/docs/{path:.*}')]
2222
#[Get('/current/{path:.*}')]
23+
#[Get('/main/{path:.*}')]
2324
public function docsRedirect(string $path): Redirect
2425
{
2526
return new Redirect(sprintf('/%s/%s', Version::default()->value, $path));

0 commit comments

Comments
 (0)