ngx-admin-bundle-support
ngx-admin-bundle-support copied to clipboard
Backend Starts but API Fails
npm install succeeds
if seems to work since the logger reports "
{"message":"MongoDB client has been successfully created","level":"info"}
http://localhost:3001/api returns - "Cannot GET /api"
but http://localhost:3001/ returns - "Hello World!"
Any suggestions ?
Bump
You won't, as the API location is a folder location which serves the POST/GET requests though Swagger - /api/swagger
Just to add,as it might not be clear for all from the instructions.
Once you generate a token via login, when entering the authorization token it needs to be prefixed with bearer - that wasn't clear to me from the instructions
Bearer ABACACACAC123