diff --git a/back/src/Controller/MapController.ts b/back/src/Controller/MapController.ts index b7e5ffd9..e8fe7236 100644 --- a/back/src/Controller/MapController.ts +++ b/back/src/Controller/MapController.ts @@ -17,7 +17,7 @@ export class MapController { this.App.use('/map/files', express.static('src/Assets/Maps')); } - //permit to login on application. Return token to connect on Websocket IO. + // Returns a map mapping map name to file name of the map getMpas() { this.App.get("/maps", (req: Request, res: Response) => { return res.status(OK).send({ @@ -26,4 +26,4 @@ export class MapController { }); }); } -} \ No newline at end of file +}