Fix typo
This commit is contained in:
parent
5bfedb04fd
commit
ac9ccf6c67
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Login
|
## Login
|
||||||
To start your game, you must authenticate on the server back.
|
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
|
POST => /login
|
||||||
Params :
|
Params :
|
||||||
|
@ -44,7 +44,8 @@
|
|||||||
"baseUrl": ".", /* Base directory to resolve non-absolute module names. */
|
"baseUrl": ".", /* Base directory to resolve non-absolute module names. */
|
||||||
"paths": {
|
"paths": {
|
||||||
"_Controller/*": ["src/Controller/*"],
|
"_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'. */
|
}, /* 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. */
|
// "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. */
|
// "typeRoots": [], /* List of folders to include type definitions from. */
|
||||||
|
Loading…
Reference in New Issue
Block a user