diff --git a/back/src/Controller/MapController.ts b/back/src/Controller/MapController.ts index e8fe7236..2e35d5ac 100644 --- a/back/src/Controller/MapController.ts +++ b/back/src/Controller/MapController.ts @@ -18,7 +18,7 @@ export class MapController { } // Returns a map mapping map name to file name of the map - getMpas() { + getMaps() { this.App.get("/maps", (req: Request, res: Response) => { return res.status(OK).send({ mapStart: {key: ROOM_STARTED, url: URL_ROOM_STARTED},