From 474c400f095775f8af676878fb15e0be1b026edc Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Wed, 3 May 2017 09:11:52 +0200 Subject: [PATCH] Fix double slash added to many endpoints. --- src/Mastodon/ApiUrl.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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