nestjs_auth...
This commit is contained in:
parent
5ac722252b
commit
419916c83b
@ -28,9 +28,7 @@ async function bootstrap() {
|
|||||||
credentials: true
|
credentials: true
|
||||||
})
|
})
|
||||||
await app.listen(2000, function () {
|
await app.listen(2000, function () {
|
||||||
console.log(
|
console.log('auth-backend server listening on port 2000')
|
||||||
'[CORS-enabled->npm install -g webpack webpack-cli] web server listening on port 2000'
|
|
||||||
)
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
bootstrap()
|
bootstrap()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user