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

--wip-- [skip ci]

parent fc88b151
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ def refresh():


#https://10.95.82.71:8085/auth/me
@access_routes.route('/auth/me', methods=['POST, GET, PUT, DELETE, PATCH'])
@access_routes.route('/auth/me', methods=["GET"])
#@jwt_refresh_token_required
def authme():
    return jsonify(a=1)