diff --git a/Logic/ImageProviders/Imgur.ts b/Logic/ImageProviders/Imgur.ts index 715813f7b..a290f66f0 100644 --- a/Logic/ImageProviders/Imgur.ts +++ b/Logic/ImageProviders/Imgur.ts @@ -49,7 +49,7 @@ export class Imgur extends ImageProvider { onFail: (reason: string) => void) { const apiUrl = 'https://api.imgur.com/3/image'; - const apiKey = '7070e7167f0a25a'; + const apiKey = Constants.ImgurApiKey; const settings = { async: true,