mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 17:41:15 +00:00
Updated app.ts
This commit is contained in:
parent
2607bd56ff
commit
eef8d9c5dc
1 changed files with 0 additions and 2 deletions
|
@ -11,9 +11,7 @@ import cookieParser from 'cookie-parser'
|
|||
const app = express()
|
||||
|
||||
// TODO: test socket io, emit notifications when create one.
|
||||
// TODO: test update name, email and password routes.
|
||||
// TODO: start to create the client, or a barebone to test socket io
|
||||
// TODO: see how we create authentication with socket io.
|
||||
|
||||
app.use(express.json())
|
||||
app.use(express.urlencoded({ extended: true }))
|
||||
|
|
Loading…
Reference in a new issue