voice
This commit is contained in:
parent
01271e8ef3
commit
201283fd94
@ -39,7 +39,7 @@ export default function Home() {
|
||||
const characterId = query.get("id");
|
||||
const token = query.get("token");
|
||||
const voice2txt = (txt: string) => {
|
||||
fetch("xxxx/voice/txt2voice", {
|
||||
fetch("sharkapiBaseUrl/voice/txt2voice", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user