Open Fabiomad85 opened 2 years ago
I am ussing claudia-local-api for local development before release on AWS. This error happens only in local environment
Expected behaviour: Execute successfully a POST request
What actually happens: obtain the error no handler for POST /ENDPOINT
no handler for POST /ENDPOINT
Link to a minimal, executable project that demonstrates the problem:
Steps to install the project: look the file ./node_modules/claudia-api-builder/src/api-builder.js
found this error return Promise.reject(no handler for ${routingInfo.method} ${routingInfo.path});
return Promise.reject(
);
I am ussing claudia-local-api for local development before release on AWS. This error happens only in local environment
Expected behaviour: Execute successfully a POST request
What actually happens: obtain the error
no handler for POST /ENDPOINT
Link to a minimal, executable project that demonstrates the problem:
Steps to install the project: look the file ./node_modules/claudia-api-builder/src/api-builder.js
found this error
return Promise.reject(
no handler for ${routingInfo.method} ${routingInfo.path});