forked from MapComplete/MapComplete
Use constant
This commit is contained in:
parent
08341b70af
commit
80b3414db4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue