Example #1
0
def logout():
    logout_user()
    return UserController.logout()
Example #2
0
def logout():
    return UserController.logout()