Skip to content

Commit

Permalink
Fix router
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Aug 1, 2023
1 parent 45e8379 commit c5cc95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog-api/config/common/di/router.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
->middleware(FormatDataResponse::class)
->middleware(ExceptionMiddleware::class)
->middleware(RequestBodyParser::class)
->addGroup(
->addRoute(
Group::create('/{_language}')
->routes(...$config->get('routes'))
);
Expand Down

0 comments on commit c5cc95f

Please sign in to comment.