Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def operacao():
|
|
40 |
return app.send_static_file('operacaoTemplate.html')
|
41 |
|
42 |
@ app.route('/testeface')
|
43 |
-
def
|
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'])
|