From: grégoire parant Date: Sun, 10 May 2020 12:48:58 +0000 (+0200) Subject: Update back/src/Controller/MapController.ts X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bdea7e49d149139c09f86c1223aaf3226a4ba2c8;p=libreadventure.git Update back/src/Controller/MapController.ts Co-authored-by: David Négrier --- diff --git a/back/src/Controller/MapController.ts b/back/src/Controller/MapController.ts index e8fe723..2e35d5a 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},