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