aibmedia commited on
Commit
c302b97
·
verified ·
1 Parent(s): 022325f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -13,7 +13,7 @@ print(headers)
13
  app = Flask(__name__)
14
 
15
 
16
- @app.route('/')
17
  def server_app():
18
  # t1 = threading.Thread(target=threadserver)
19
  print('treading')
 
13
  app = Flask(__name__)
14
 
15
 
16
+ @app.route('/app')
17
  def server_app():
18
  # t1 = threading.Thread(target=threadserver)
19
  print('treading')