Esempio n. 1
0
def get_user_notifications():
    """
        Get user notifications
    """
    code, resp = GeneralController.get_notifications(g.user)
    return code, resp