Commit 87a7b0fe authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

add debug check

parent 3c83d5ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,4 +44,5 @@ def refresh():
@access_routes.route('/auth/me', methods=["GET"])
#@jwt_refresh_token_required
def authme():
    print("ESTOY EN AUTHME")
    return jsonify(a=1)