mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-27 03:00:54 +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...