mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: added baseAPI URL at Constants
This commit is contained in:
parent
e5b576fec7
commit
8f1634de79
@ -152,6 +152,7 @@ export const KoreanbotsEndPoints = {
|
|||||||
CDN: class CDN {
|
CDN: class CDN {
|
||||||
static avatar (id: string, options: KoreanbotsImageOptions) { return makeImageURL(`/api/image/discord/avatars/${id}`, options) }
|
static avatar (id: string, options: KoreanbotsImageOptions) { return makeImageURL(`/api/image/discord/avatars/${id}`, options) }
|
||||||
},
|
},
|
||||||
|
baseAPI: '/api/v2',
|
||||||
login: '/api/auth/discord',
|
login: '/api/auth/discord',
|
||||||
logout: '/api/auth/discord/logout'
|
logout: '/api/auth/discord/logout'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user