Remove obsolete endpoints (#89)
Remove endpoints api/login/token and api/login/profile --------- Co-authored-by: Thomas Peetz <thomas.peetz@cimt-ag.de> Reviewed-on: #89
This commit is contained in:
@@ -43,7 +43,7 @@ MAPPING: Dict[str, str] = {
|
||||
"permission": "api/user/permissions",
|
||||
"assignment": "api/user/assignments",
|
||||
"token": "api/user/tokens",
|
||||
"mail_account": "api/admin/mailaccount",
|
||||
"mail_account": "api/admin/mailaccounts",
|
||||
}
|
||||
|
||||
class EndPointNotAvailableException(Exception):
|
||||
|
||||
Reference in New Issue
Block a user