gpcervellera commited on
Commit
e959a1e
·
verified ·
1 Parent(s): 42fde7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ app.config['CORS_HEADERS'] = 'Content-Type'
32
 
33
  @app.route('/')
34
  def hello_world():
35
- return 'Hello I'm ready!'
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'])