From ac9ccf6c674d0dc9ec6803e2003d9b005acb5860 Mon Sep 17 00:00:00 2001 From: gparant Date: Sat, 4 Apr 2020 23:29:36 +0200 Subject: [PATCH] Fix typo --- back/README.md | 2 +- back/tsconfig.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/back/README.md b/back/README.md index 12a9fcab..8a78f403 100644 --- a/back/README.md +++ b/back/README.md @@ -2,7 +2,7 @@ ## Login To start your game, you must authenticate on the server back. -When you are authenticated, the back server return token and rooms started. +When you are authenticated, the back server return token and room starting. ``` POST => /login Params : diff --git a/back/tsconfig.json b/back/tsconfig.json index 2fefad63..7686fb67 100644 --- a/back/tsconfig.json +++ b/back/tsconfig.json @@ -44,7 +44,8 @@ "baseUrl": ".", /* Base directory to resolve non-absolute module names. */ "paths": { "_Controller/*": ["src/Controller/*"], - "_Model/*": ["src/Model/*"] + "_Model/*": ["src/Model/*"], + "_Enum/*": ["src/Enum/*"] }, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ // "typeRoots": [], /* List of folders to include type definitions from. */