WillemVH commited on
Commit
d399ddb
·
verified ·
1 Parent(s): 1a02733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,9 +17,9 @@ def main():
17
  files = os.listdir('.')
18
  return f'a very nice page, you must admit, heres a list of files: {files}'
19
 
20
- @app.route('/input')
21
  def apirequests():
22
- # =?id,servo
23
  # this code filters the id out V
24
  full_query = request.query_string.decode('utf-8')
25
  if full_query.startswith('='):
 
17
  files = os.listdir('.')
18
  return f'a very nice page, you must admit, heres a list of files: {files}'
19
 
20
+ @app.route('/servo')
21
  def apirequests():
22
+ # servo?=1,3
23
  # this code filters the id out V
24
  full_query = request.query_string.decode('utf-8')
25
  if full_query.startswith('='):