chat
This commit is contained in:
parent
7ca183a82b
commit
a0001ebcb5
2
app.py
2
app.py
@ -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():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user