Turing311 commited on
Commit
4adc564
1 Parent(s): f8c0503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def face_recognition(face_payload):
46
 
47
  @app.route("/")
48
  def index():
49
- return redirect(url_for('id_type'), _scheme="https")
50
 
51
  @app.route("/id_type/", methods=['GET'])
52
  def id_type():
 
46
 
47
  @app.route("/")
48
  def index():
49
+ return redirect(url_for('id_type', _scheme="https"))
50
 
51
  @app.route("/id_type/", methods=['GET'])
52
  def id_type():