From 0c15121ef07324325c8c8b14c2f329d90f5dd3eb Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 19 Jul 2021 22:35:08 -0700 Subject: [PATCH] :truck::zap: moved API properties into v1 endpoints --- include/bank_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bank_api.h b/include/bank_api.h index eaff8d8..ac0a33e 100644 --- a/include/bank_api.h +++ b/include/bank_api.h @@ -74,7 +74,7 @@ public: METHOD_ADD(api::DelSelf, "/v1/user/delete", Delete, Options, "UserFilter", "JsonFilter"); METHOD_ADD(api::AdminDelUser, "/v1/admin/user/delete", Delete, Options, "JsonFilter", "UserFilter"); //expects ["name"](string) #endif - METHOD_ADD(api::ApiProperties, "/properties", Get, Options); + METHOD_ADD(api::ApiProperties, "/v1/properties", Get, Options); METHOD_LIST_END }; \ No newline at end of file