Skip to content

Commit

Permalink
Merge pull request #27 from DewGew/DewGew-patch-1
Browse files Browse the repository at this point in the history
Change auth url
  • Loading branch information
DewGew authored Nov 10, 2023
2 parents 58fb15e + 5556cc5 commit f9828e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarthome.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def index():


# OAuth entry point
@app.route('/auth', methods=['GET', 'POST'])
@app.route('/oauth', methods=['GET', 'POST'])
def auth():
global last_code, last_code_user, last_code_time
dbsettings = Settings.query.get_or_404(1)
Expand Down

0 comments on commit f9828e5

Please sign in to comment.