From 5ff8eb31784af697160b4e4a51939af05e136d66 Mon Sep 17 00:00:00 2001 From: Jens Breitbart Date: Mon, 13 Apr 2020 12:19:42 +0200 Subject: [PATCH] Updated endpoint for payed API --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index fd17d80..e32e82b 100644 --- a/config.go +++ b/config.go @@ -2,5 +2,5 @@ package imgur const ( apiEndpoint = "https://api.imgur.com/3/" - apiEndpointMashape = "https://imgur-apiv3.p.mashape.com/3/" + apiEndpointMashape = "https://imgur-apiv3.p.rapidapi.com/3/" )