mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
🚚⚡ moved API properties into v1 endpoints
This commit is contained in:
parent
5704d4668a
commit
0c15121ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ public:
|
||||||
METHOD_ADD(api::DelSelf, "/v1/user/delete", Delete, Options, "UserFilter<true, false>", "JsonFilter<false>");
|
METHOD_ADD(api::DelSelf, "/v1/user/delete", Delete, Options, "UserFilter<true, false>", "JsonFilter<false>");
|
||||||
METHOD_ADD(api::AdminDelUser, "/v1/admin/user/delete", Delete, Options, "JsonFilter<true>", "UserFilter<false, true>"); //expects ["name"](string)
|
METHOD_ADD(api::AdminDelUser, "/v1/admin/user/delete", Delete, Options, "JsonFilter<true>", "UserFilter<false, true>"); //expects ["name"](string)
|
||||||
#endif
|
#endif
|
||||||
METHOD_ADD(api::ApiProperties, "/properties", Get, Options);
|
METHOD_ADD(api::ApiProperties, "/v1/properties", Get, Options);
|
||||||
|
|
||||||
METHOD_LIST_END
|
METHOD_LIST_END
|
||||||
};
|
};
|
||||||
Loading…
Reference in a new issue