I get the following error when running my newly generated code:
UnhandledPromiseRejectionWarning: SyntaxError: Identifier 'schemapost' has already been declared
This is likely due to having multiple post endpoints at the same route (though, with different paths).
I get the following error when running my newly generated code:
UnhandledPromiseRejectionWarning: SyntaxError: Identifier 'schemapost' has already been declaredThis is likely due to having multiple post endpoints at the same route (though, with different paths).