From eef8d9c5dc995b50d033d9d7c6e5b3873b539dc4 Mon Sep 17 00:00:00 2001 From: CookieDasora Date: Tue, 22 Aug 2023 16:58:40 -0300 Subject: [PATCH] Updated app.ts --- src/app.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index e724184..41ef529 100644 --- a/src/app.ts +++ b/src/app.ts @@ -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 }))