mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +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::AdminDelUser, "/v1/admin/user/delete", Delete, Options, "JsonFilter<true>", "UserFilter<false, true>"); //expects ["name"](string)
|
||||
#endif
|
||||
METHOD_ADD(api::ApiProperties, "/properties", Get, Options);
|
||||
METHOD_ADD(api::ApiProperties, "/v1/properties", Get, Options);
|
||||
|
||||
METHOD_LIST_END
|
||||
};
|
||||
Loading…
Reference in a new issue