From 42a4350510e5bf21448a70c59069820bb001a56c Mon Sep 17 00:00:00 2001 From: keanemind Date: Sun, 29 Jul 2018 16:35:22 -0500 Subject: [PATCH] Caddy is being ridiculous so I'll just change the URL --- lostnphoned/sms.py | 2 +- public/{authorize-success => success}/index.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename public/{authorize-success => success}/index.html (100%) diff --git a/lostnphoned/sms.py b/lostnphoned/sms.py index dd86bb1..839f680 100644 --- a/lostnphoned/sms.py +++ b/lostnphoned/sms.py @@ -218,7 +218,7 @@ def oauth2callback(): sql.add_user(phone_number_e164, credentials, connection) connection.close() - return flask.redirect('/authorize-success') + return flask.redirect('/success') def get_phone_number_obj(phone_number): diff --git a/public/authorize-success/index.html b/public/success/index.html similarity index 100% rename from public/authorize-success/index.html rename to public/success/index.html