From a0001ebcb5b9f63714a67bbb1c1ae6054ee00bfd Mon Sep 17 00:00:00 2001 From: Reihan Date: Sun, 4 May 2025 21:57:44 +0700 Subject: [PATCH] chat --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 4f953ba..54e080e 100644 --- a/app.py +++ b/app.py @@ -493,7 +493,7 @@ def send_email(): @app.route('/') def index(): - return jsonify({'status': 'success', 'message': 'Welcome from VertexGPU!'}) + return jsonify({'status': 'success', 'message': 'Welcome to VertexGPU!'}) @app.route('/health') def health():