mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Add post to download endpoint
This commit is contained in:
@ -127,6 +127,7 @@ public class QJavalinProcessHandler
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
get("/download/{file}", QJavalinProcessHandler::downloadFile);
|
get("/download/{file}", QJavalinProcessHandler::downloadFile);
|
||||||
|
post("/download/{file}", QJavalinProcessHandler::downloadFile);
|
||||||
|
|
||||||
path("/reports", () ->
|
path("/reports", () ->
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user