diff --git a/back-end/api/src/controllers/Results.ts b/back-end/api/src/controllers/Results.ts index 33dcd41..90020bf 100644 --- a/back-end/api/src/controllers/Results.ts +++ b/back-end/api/src/controllers/Results.ts @@ -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()