thewellermangroup commited on
Commit
d91cf1e
·
1 Parent(s): 60e1f9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ f.close()
53
 
54
  # creates a API endpoint for the password input
55
  #@app.route('/api/thewellermangroup/passwordinput/<passwordIn>', methods=['GET'])
56
- @app.route('/', methods=['GET'])
57
  def password():
58
  passwordIn = "$1234"
59
  PASSWORD = "1234"
 
53
 
54
  # creates a API endpoint for the password input
55
  #@app.route('/api/thewellermangroup/passwordinput/<passwordIn>', methods=['GET'])
56
+ @app.route('/api', methods=['GET'])
57
  def password():
58
  passwordIn = "$1234"
59
  PASSWORD = "1234"