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():