Skip to content

Commit

Permalink
back to domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Mar 27, 2024
1 parent 276339b commit 1968ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func mp3(w http.ResponseWriter, req *http.Request) {
}
}

fmt.Fprintf(w, "https://tts-cdn.spaceage.doridian.net/%s", filenameMP3)
fmt.Fprintf(w, "https://tts-cdn.spaceage.mp/%s", filenameMP3)
}

func main() {
Expand Down

0 comments on commit 1968ac5

Please sign in to comment.