mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Checkstyle!!
This commit is contained in:
@ -371,8 +371,8 @@ public class GenerateOpenApiSpecAction extends AbstractQActionFunction<GenerateO
|
|||||||
if(queryCapability)
|
if(queryCapability)
|
||||||
{
|
{
|
||||||
openAPI.getPaths().put("/" + tableApiName + "/query", new Path()
|
openAPI.getPaths().put("/" + tableApiName + "/query", new Path()
|
||||||
.withGet(queryGet)
|
|
||||||
// todo!! .withPost(queryPost)
|
// todo!! .withPost(queryPost)
|
||||||
|
.withGet(queryGet)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user