Atualli commited on
Commit
94cebf0
·
1 Parent(s): fd8681a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def update_repository():
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
 
 
34
  def index():
35
  return app.send_static_file('operacao.html')
36
 
37
+ @ app.route('/operacaoTemplate.html')
38
  def operacao():
39
  return app.send_static_file('operacaoTemplate.html')
40