Skip to content

Commit

Permalink
Updated users config
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanteodoru authored Jun 22, 2022
1 parent b75ed56 commit 41bc857
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py3cw/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
},
'users': {
'change_mode': ('POST', 'change_mode'),
'current_mode': ('GET', 'current_mode')
'current_mode': ('GET', 'current_mode'),
'locale': ('PUT', 'locale'),
'permissions_info': ('GET', 'permissions_info')
}
}

0 comments on commit 41bc857

Please sign in to comment.