Atualli commited on
Commit
4798af6
1 Parent(s): 26f0121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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:8088/autentica'
 
 
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,