bugfix
This commit is contained in:
parent
6a87e8a53f
commit
79466e1cb6
@ -34,7 +34,6 @@ try:
|
||||
return {
|
||||
"status": "ok"
|
||||
"data": ns
|
||||
}
|
||||
}
|
||||
except Exception as e:
|
||||
return {
|
||||
@ -43,4 +42,3 @@ except Exception as e:
|
||||
"message": f'{e}'
|
||||
}
|
||||
}
|
||||
return UiError(title='create apikey', message='add apikey error')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user