예제 #1
0
def getAllAPIUsers(current_user):
    return IPContainer.getAllAPIUsers()
예제 #2
0
def getAllAPIUsers(current_user):
    if current_user._admin:
        return IPContainer.getAllAPIUsers()

    return jsonify(message="You're not an admin.")