This commit is contained in:
Reihan 2025-05-04 21:57:44 +07:00
parent 7ca183a82b
commit a0001ebcb5

2
app.py
View File

@ -493,7 +493,7 @@ def send_email():
@app.route('/') @app.route('/')
def index(): def index():
return jsonify({'status': 'success', 'message': 'Welcome from VertexGPU!'}) return jsonify({'status': 'success', 'message': 'Welcome to VertexGPU!'})
@app.route('/health') @app.route('/health')
def health(): def health():