mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-09 21:49:07 +00:00
* Fix copy-pasted string * Generate the PathHandlerProvider.java in the apiPackage This is a toss-up between apiPackage and invokerPackage since I don't know which one was intended, I'm assuming it's the apiPackage. It'd make sense to put the handler there since it is providing the API and handling calls to it...