Merge pull request #116 from yenicelik/devel

made modify-subuser post
This commit is contained in:
David 2023-06-11 19:00:07 +02:00 committed by GitHub
commit b06c1e3216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ pub async fn serve(
.route(
// /:rpc_key/:subuser_address/:new_status/:new_role
"/user/subuser",
get(users::subuser::modify_subuser),
post(users::subuser::modify_subuser),
)
.route("/user/subusers", get(users::subuser::get_subusers))
.route(