feat(api): EE v1/assis/credentials
This commit is contained in:
parent
c7d530d2d4
commit
627a2eb22e
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ def delete_role(roleId, context):
|
|||
}
|
||||
|
||||
|
||||
@app.route('/v1/assist/credentials', methods=['GET'], authorizer=bp_authorizers.api_key_authorizer)
|
||||
@app.route('/assist/credentials', methods=['GET'], authorizer=bp_authorizers.api_key_authorizer)
|
||||
def get_assist_credentials(context):
|
||||
user = helper.generate_salt()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue