@ -6,7 +6,7 @@ app = Flask(__name__)
def index():
return "Hello, World!"
@app.route('test')
@app.route('/test')
def test():
return jsonify({"message": "This is a test endpoint!"}), 200
The note is not visible to the blocked user.