Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Techno11 committed Sep 29, 2024
1 parent d43ffea commit a42a53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end/api/src/controllers/Results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ router.post(
);

router.post(
'/sync/aliances/:eventKey/:tournamentKey',
'/sync/alliances/:eventKey/:tournamentKey',
async (req: Request, res: Response, next: NextFunction) => {
logger.info(
environment.isProd()
Expand Down

0 comments on commit a42a53c

Please sign in to comment.