From ac731f29059d7f6af9ceb25bd28db981ae83e4a9 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:50:57 +0900 Subject: [PATCH] nestjs_backend... --- src/main.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.ts b/src/main.ts index 9c50cf0..482c56b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -29,9 +29,7 @@ async function bootstrap() { credentials: true }) await app.listen(3000, function () { - console.log( - '[CORS-enabled->npm install -g webpack webpack-cli] web server listening on port 3000' - ) + console.log('web server listening on port 3000') }) } bootstrap()