Updated app.ts

This commit is contained in:
Hackntosh 2023-08-22 16:58:40 -03:00
parent 2607bd56ff
commit eef8d9c5dc

View file

@ -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 }))