mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-08 17:08:49 +08:00
🐛 Fix: fix ImgurApi.baseUrl is undefined
This commit is contained in:
@@ -17,8 +17,7 @@ interface IConfig {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default class ImgurApi {
|
export default class ImgurApi {
|
||||||
static baseUrl: 'https://api.imgur.com/3'
|
static baseUrl = 'https://api.imgur.com/3'
|
||||||
|
|
||||||
private static async makeRequest (
|
private static async makeRequest (
|
||||||
method: 'delete',
|
method: 'delete',
|
||||||
url: string,
|
url: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user