Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def get_servo_list(fileid):
|
|
| 13 |
|
| 14 |
@app.route('/')
|
| 15 |
def main():
|
| 16 |
-
return 'a very nice page, you must admit'
|
| 17 |
|
| 18 |
@app.route('/input')
|
| 19 |
def apirequests():
|
|
|
|
| 13 |
|
| 14 |
@app.route('/')
|
| 15 |
def main():
|
| 16 |
+
return 'a very nice page, you must admit, heres a list of files:' + os.listdir('.')
|
| 17 |
|
| 18 |
@app.route('/input')
|
| 19 |
def apirequests():
|