forked from MapComplete/MapComplete
Fix: tests
This commit is contained in:
parent
9861603836
commit
1d4f489dba
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue