diff --git a/src/lib/SunoApi.ts b/src/lib/SunoApi.ts index b77b98c..cde4851 100644 --- a/src/lib/SunoApi.ts +++ b/src/lib/SunoApi.ts @@ -27,7 +27,7 @@ export interface AudioInfo { class SunoApi { private static BASE_URL: string = 'https://studio-api.suno.ai'; - private static CLERK_BASE_URL: string = 'https://clerk.suno.ai'; + private static CLERK_BASE_URL: string = 'https://clerk.suno.com'; private readonly client: AxiosInstance; private sid?: string; @@ -327,4 +327,4 @@ const newSunoApi = async (cookie: string) => { return await sunoApi.init(); } -export const sunoApi = newSunoApi(process.env.SUNO_COOKIE || ''); \ No newline at end of file +export const sunoApi = newSunoApi(process.env.SUNO_COOKIE || '');