Atualli commited on
Commit
fd8681a
·
1 Parent(s): 71d387b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,11 +31,11 @@ def update_repository():
31
 
32
 
33
  @ app.route('/operacao')
34
- def operacao():
35
  return app.send_static_file('operacao.html')
36
 
37
  @ app.route('/operacaoTemplate')
38
- def operacaoTemplate():
39
  return app.send_static_file('operacaoTemplate.html')
40
 
41
 
 
31
 
32
 
33
  @ app.route('/operacao')
34
+ def index():
35
  return app.send_static_file('operacao.html')
36
 
37
  @ app.route('/operacaoTemplate')
38
+ def operacao():
39
  return app.send_static_file('operacaoTemplate.html')
40
 
41