Skip to content

Commit

Permalink
Change default domain name to shikimori.one
Browse files Browse the repository at this point in the history
  • Loading branch information
Capster authored Jan 4, 2024
1 parent f603b48 commit 4ad046e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down

0 comments on commit 4ad046e

Please sign in to comment.