diff options
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/auth.php b/controllers/auth.php index 4686745..7caaba3 100644 --- a/controllers/auth.php +++ b/controllers/auth.php @@ -5,7 +5,7 @@ function buildRedirectURI() { } function clientID() { - return 'https://indiepost.micropub.net'; + return 'https://quill.p3k.io'; } function build_url($parsed_url) { |