From a42a53cf3702ded596fc2de3323c703377d47a6a Mon Sep 17 00:00:00 2001 From: Soren Zaiser Date: Sun, 29 Sep 2024 02:07:39 -0400 Subject: [PATCH] typo --- back-end/api/src/controllers/Results.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()