thanhnv2323 commited on
Commit
53f72e6
1 Parent(s): 1f5c2a6

Update api/index.py

Browse files
Files changed (1) hide show
  1. api/index.py +3 -0
api/index.py CHANGED
@@ -17,5 +17,8 @@ def send_report(path):
17
  def about():
18
  return 'About'
19
 
 
 
 
20
  if __name__ == '__main__':
21
  app.run("0.0.0.0",3001)
 
17
  def about():
18
  return 'About'
19
 
20
+ def run():
21
+ app.run("0.0.0.0", 7860)
22
+
23
  if __name__ == '__main__':
24
  app.run("0.0.0.0",3001)