From 1d4f489dba91ef5714a1dac7f99322c6d167514b Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 30 Jun 2025 16:07:57 +0200 Subject: [PATCH] Fix: tests --- src/Logic/ImageProviders/Imgur.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Logic/ImageProviders/Imgur.ts b/src/Logic/ImageProviders/Imgur.ts index 3c2bb2c05e..c70c5a933b 100644 --- a/src/Logic/ImageProviders/Imgur.ts +++ b/src/Logic/ImageProviders/Imgur.ts @@ -10,7 +10,7 @@ export class Imgur extends ImageProvider { public static readonly singleton = new Imgur() public readonly name = "Imgur" public readonly defaultKeyPrefixes: string[] = ["image"] - public static readonly apiUrl = "https://api.imgur.com/3/image" + public static readonly apiUrl = "https://api.imgur.com/3/image/" public static readonly apiUrlInfo: ServerSourceInfo = { url: Imgur.apiUrl, description: "[Legacy] If an image is stored on imgur, read the description and attempt to get a license out of it. Most (if not all) have moved",