mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove role_id from role modify response
This commit is contained in:
parent
d64756a30c
commit
2b34e2c824
@ -139,5 +139,5 @@ class ApiRolesRoleIndexHandler(BaseApiHandler):
|
|||||||
|
|
||||||
self.finish_json(
|
self.finish_json(
|
||||||
200,
|
200,
|
||||||
{"status": "ok", "data": role_id},
|
{"status": "ok"},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user