From 4ad046e73de38cdda890d722402049726d4c0aef Mon Sep 17 00:00:00 2001 From: Maxim Date: Thu, 4 Jan 2024 15:52:12 +0300 Subject: [PATCH] Change default domain name to shikimori.one --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 6c23280..47d4211 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,5 +1,5 @@ /** The base URL for the Shikimori API */ -export const BASE_URL = 'https://shikimori.me'; +export const BASE_URL = 'https://shikimori.one'; /** The path to the OAuth2 token endpoint */ export const TOKEN_PATH = '/oauth/token'; /** The default user agent string used when making API requests */