Atualli commited on
Commit
1a3de10
1 Parent(s): bce4323

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,9 +30,9 @@ def update_repository():
30
  print("Updating repository")
31
 
32
 
33
- @ app.route('/')
34
  def index():
35
- return app.send_static_file('index.html')
36
 
37
 
38
 
 
30
  print("Updating repository")
31
 
32
 
33
+ @ app.route('/operacao')
34
  def index():
35
+ return app.send_static_file('operacao.html')
36
 
37
 
38