Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,9 @@ def novofrontimg(file):
|
|
58 |
|
59 |
@ app.route('/autentica', methods=['GET'])
|
60 |
def autentica():
|
61 |
-
newurl = 'http://painel.atualli.com
|
|
|
|
|
62 |
res = requests.request(
|
63 |
method = 'GET',
|
64 |
url = newurl,
|
|
|
58 |
|
59 |
@ app.route('/autentica', methods=['GET'])
|
60 |
def autentica():
|
61 |
+
newurl = 'http://painel.atualli.com/autentica'
|
62 |
+
data1 = request.get_data()
|
63 |
+
print(data1)
|
64 |
res = requests.request(
|
65 |
method = 'GET',
|
66 |
url = newurl,
|