We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a66480 commit b57f001Copy full SHA for b57f001
1 file changed
backend/app.py
@@ -2,7 +2,7 @@
2
3
app = Flask(__name__)
4
5
-@app.route("/ping")
+@app.route("/api/ping")
6
def ping():
7
return jsonify({"message": "Backend API is alive!"})
8
0 commit comments