forked from loafle/openapi-generator-original
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