Unverified Commit 9a3abc1b authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

API for page tables

parent b9126ec8
No related merge requests found
Showing with 10 additions and 0 deletions
+10 -0
......@@ -666,6 +666,16 @@ const endpoints = [
method: "post",
route: "/api/rest/updateRoleById",
requestBody: ["id", "param"]
},
{
method: "put",
route: "/api/rest/savePageInfo",
requestBody: ["param"]
},
{
method: "post",
route: "/api/rest/getPages",
requestBody: ["param"]
}
];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment