novatrixtech/mercurius

app.go doesn't route PATCH verbs properly

Closed this issue · 2 comments

Just realized that Mercurius doesn't route PATCH verbs because doesn't exists a case "PATCH" clause when the route function is generated in conf/app/app.go, which throws a 404 Not Found error when trying to request data to any endpoint with PATCH.

Please check if it's a bug with mercurius-swagger-codegen or something like that.

Regards.