Remove role_id from role modify response

This commit is contained in:
luukas 2022-05-18 23:41:28 +03:00
parent d64756a30c
commit 2b34e2c824

View File

@ -139,5 +139,5 @@ class ApiRolesRoleIndexHandler(BaseApiHandler):
self.finish_json(
200,
{"status": "ok", "data": role_id},
{"status": "ok"},
)