mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-03-27 01:09:57 +08:00
Fix ping response (#13757)
### What problem does this PR solve? As title to be compatible with go server ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -36,7 +36,7 @@ admin_bp = Blueprint("admin", __name__, url_prefix="/api/v1/admin")
|
||||
|
||||
@admin_bp.route("/ping", methods=["GET"])
|
||||
def ping():
|
||||
return success_response("PONG")
|
||||
return success_response(message="pong")
|
||||
|
||||
|
||||
@admin_bp.route("/login", methods=["POST"])
|
||||
|
||||
Reference in New Issue
Block a user