Skip to content

Commit 14c8327

Browse files
committed
refactor: remove non exist route info
1 parent 8fe3c07 commit 14c8327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def predict():
100100
@app.route("/", methods=["GET"])
101101
def index():
102102
response = {
103-
"message": "Use /predict and /predict_sentiment route to get prediction result"
103+
"message": "Use /predict route to get prediction result"
104104
}
105105
return jsonify(response)
106106

0 commit comments

Comments
 (0)