Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def novofrontimg(file):
|
|
| 56 |
return app.send_static_file('novo-front/img/'+file)
|
| 57 |
|
| 58 |
@ app.route('/autentica', methods=['GET'])
|
| 59 |
-
def autentica(
|
| 60 |
email = request.args.get('email')
|
| 61 |
passw = request.args.get('passw')
|
| 62 |
newurl = 'http://painel.atualli.com/autentica?email'+email+'&passw='+passw
|
|
|
|
| 56 |
return app.send_static_file('novo-front/img/'+file)
|
| 57 |
|
| 58 |
@ app.route('/autentica', methods=['GET'])
|
| 59 |
+
def autentica():
|
| 60 |
email = request.args.get('email')
|
| 61 |
passw = request.args.get('passw')
|
| 62 |
newurl = 'http://painel.atualli.com/autentica?email'+email+'&passw='+passw
|