mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-05 07:01:01 +00:00
Merge pull request #2421 from kkrauth/patch-1
Missing multipart (form data) imports.
This commit is contained in:
commit
a44918f53a
@ -6,6 +6,8 @@ package {{package}};
|
||||
import javax.ws.rs.*;
|
||||
import javax.ws.rs.core.Response;
|
||||
|
||||
import org.apache.cxf.jaxrs.ext.multipart.*;
|
||||
|
||||
@Path("/")
|
||||
public interface {{classname}} {
|
||||
{{#operations}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user