📃 docs: change domain

This commit is contained in:
blueeon
2024-06-08 14:48:24 +08:00
parent 4174ca8009
commit eb484dfa79
6 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const metadata: Metadata = {
title: "suno api",
description: "Use API to call the music generation ai of suno.ai",
keywords: ["suno", "suno api", "suno.ai", "api", "music", "generation", "ai"],
creator: "@gcui.art",
creator: "@gcui.ai",
};
export default function RootLayout({
+2 -2
View File
@@ -89,7 +89,7 @@ it means the program is running normally.
### 5. Use Suno API
You can check out the detailed API documentation at [suno.gcui.art/docs](https://suno.gcui.art/docs).
You can check out the detailed API documentation at [suno.gcui.ai/docs](https://suno.gcui.ai/docs).
## 📚 API Reference
@@ -111,7 +111,7 @@ Suno API currently mainly implements the following APIs:
For more detailed documentation, please check out the demo site:
👉 [suno.gcui.art/docs](https://suno.gcui.art/docs)
👉 [suno.gcui.ai/docs](https://suno.gcui.ai/docs)
`;
return (
+1
View File
@@ -312,6 +312,7 @@ class SunoApi {
tags: tags,
title: title
});
console.log("response\n", response);
return response.data;
}