Atualli commited on
Commit
edb0b01
1 Parent(s): 14a8b61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def operacao():
40
  return app.send_static_file('operacaoTemplate.html')
41
 
42
  @ app.route('/testeface')
43
- def operacao():
44
  return app.send_static_file('testeface.html')
45
 
46
  @ app.route('/getresource', methods=['GET'])
 
40
  return app.send_static_file('operacaoTemplate.html')
41
 
42
  @ app.route('/testeface')
43
+ def testeface():
44
  return app.send_static_file('testeface.html')
45
 
46
  @ app.route('/getresource', methods=['GET'])