diff options
Diffstat (limited to 'src/indieauth.rs')
-rw-r--r-- | src/indieauth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indieauth.rs b/src/indieauth.rs index 7a2a07e..27e545d 100644 --- a/src/indieauth.rs +++ b/src/indieauth.rs @@ -141,7 +141,7 @@ where next: Next<'_, ApplicationState<B>>, ) -> Result { req.set_ext(User::new( - "http://localhost:8080/", + "https://localhost:8080/", "https://curl.haxx.se/", "create update delete undelete media", )); |