From 419916c83b9b1f857b41c518034da1b005c72bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 19 Sep 2022 11:53:05 +0900 Subject: [PATCH] nestjs_auth... --- src/main.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.ts b/src/main.ts index 99cd9b9..122dd23 100644 --- a/src/main.ts +++ b/src/main.ts @@ -28,9 +28,7 @@ async function bootstrap() { credentials: true }) await app.listen(2000, function () { - console.log( - '[CORS-enabled->npm install -g webpack webpack-cli] web server listening on port 2000' - ) + console.log('auth-backend server listening on port 2000') }) } bootstrap()