Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ app.config['CORS_HEADERS'] = 'Content-Type'
|
|
| 32 |
|
| 33 |
@app.route('/')
|
| 34 |
def hello_world():
|
| 35 |
-
return
|
| 36 |
|
| 37 |
|
| 38 |
@app.route('/api/telemetry/raw', methods=['POST'])
|
|
|
|
| 32 |
|
| 33 |
@app.route('/')
|
| 34 |
def hello_world():
|
| 35 |
+
return "Hello I'm ready!"
|
| 36 |
|
| 37 |
|
| 38 |
@app.route('/api/telemetry/raw', methods=['POST'])
|