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