diff --git a/src/Mastodon/ApiUrl.elm b/src/Mastodon/ApiUrl.elm index 9fca26f..0536970 100644 --- a/src/Mastodon/ApiUrl.elm +++ b/src/Mastodon/ApiUrl.elm @@ -28,7 +28,7 @@ module Mastodon.ApiUrl apiPrefix : String apiPrefix = - "/api/v1/" + "/api/v1" apps : String