Open daniele-zurico opened 7 years ago
No controllers are wired up in https://github.com/swimlane/node-microservice-demo/blob/master/petstore/src/config/Express.ts#L36
No idea how to fix =(
However, there's one %)
Line 37 has to be changed to: controllers: [ controllersPath + '/**/*.js' ],
Hi all, I'm trying to use the pets project i got everything up an running however when I try to call:
http://localhost:8080/pets
I receive:any idea?