Merge pull request #32 from andy-fang-piccollage/main

Update SunoApi.ts: Hotfix for CLERK_BASE_URL
This commit is contained in:
blueeon
2024-04-10 13:47:00 +08:00
committed by GitHub
+1 -1
View File
@@ -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;