From 8f1634de79f89d03993fe32f611116b8ba14e575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Mon, 8 Feb 2021 22:40:58 +0900 Subject: [PATCH] chore: added baseAPI URL at Constants --- utils/Constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/Constants.ts b/utils/Constants.ts index 7cd5f8c..61131b1 100644 --- a/utils/Constants.ts +++ b/utils/Constants.ts @@ -152,6 +152,7 @@ export const KoreanbotsEndPoints = { CDN: class CDN { static avatar (id: string, options: KoreanbotsImageOptions) { return makeImageURL(`/api/image/discord/avatars/${id}`, options) } }, + baseAPI: '/api/v2', login: '/api/auth/discord', logout: '/api/auth/discord/logout' }