From d70185526f8380b3deb3dd130bda966247460ac2 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sat, 29 May 2021 00:36:54 +0900 Subject: [PATCH] feat: changed origin --- public/opensearch.xml | 6 +++--- utils/Constants.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/opensearch.xml b/public/opensearch.xml index 96c5648..a69d877 100644 --- a/public/opensearch.xml +++ b/public/opensearch.xml @@ -2,7 +2,7 @@ 한국 디스코드봇 리스트 국내 디스코드봇을 한 곳에서. UTF-8 - https://beta.koreanbots.dev/logo.png - - https://beta.koreanbots.dev/search + https://koreanbots.dev/logo.png + + https://koreanbots.dev/search diff --git a/utils/Constants.ts b/utils/Constants.ts index a0e32c6..612a541 100644 --- a/utils/Constants.ts +++ b/utils/Constants.ts @@ -190,7 +190,7 @@ export const DiscordEnpoints = { export const KoreanbotsEndPoints = { OG: class { static root = 'https://og.kbots.link' - static origin = 'https://beta.koreanbots.dev' + static origin = 'https://koreanbots.dev' static bot(id: string, name: string, bio: string, tags: string[], stats: string[]) { const u = new URL(this.root) u.pathname = name