mirror of
https://github.com/EvolutionAPI/evolution-audio-converter.git
synced 2025-07-13 15:14:50 -06:00
refactor: performance improvements
This commit is contained in:
parent
ae14a6c1e2
commit
9da58560f7
2
main.go
2
main.go
@ -130,7 +130,7 @@ func getInputData(c *gin.Context) ([]byte, error) {
|
|||||||
return fetchAudioFromURL(url)
|
return fetchAudioFromURL(url)
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil, errors.New("Nenhum arquivo, base64 ou URL fornecido")
|
return nil, errors.New("nenhum arquivo, base64 ou URL fornecido")
|
||||||
}
|
}
|
||||||
|
|
||||||
func processAudio(c *gin.Context) {
|
func processAudio(c *gin.Context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user