nestjs_auth...

This commit is contained in:
최준흠 2022-09-19 11:53:05 +09:00
parent 5ac722252b
commit 419916c83b

View File

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