voice
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user