nestjs_backend...

This commit is contained in:
최준흠 2022-09-19 11:50:57 +09:00
parent 36190ab407
commit ac731f2905

View File

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