nestjs_backend...
This commit is contained in:
parent
36190ab407
commit
ac731f2905
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user