Skip to content
Snippets Groups Projects
Commit c79e6663 authored by Anton Kulyk's avatar Anton Kulyk
Browse files

Use `/api/action` (singular) endpoints

parent 0fb5e535
Branches
Tags v0.12.0
No related merge requests found
......@@ -524,9 +524,9 @@ function setParamsEndpoints(prefix) {
}
export const ActionsApi = {
create: POST("/api/actions/row/create"),
update: POST("/api/actions/row/update"),
delete: POST("/api/actions/row/delete"),
create: POST("/api/action/row/create"),
update: POST("/api/action/row/update"),
delete: POST("/api/action/row/delete"),
};
export const EmittersApi = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment