This commit is contained in:
grngxd 2025-06-08 00:01:06 +01:00 committed by hex
parent f947cba89d
commit 56a907689e

View file

@ -41,7 +41,6 @@ func RegisterFileRoutes(cfg *types.StereoConfig, api *gin.RouterGroup) {
return
}
// conver file variable to base64 string
b64, err := convertToBase64(filePath)
if err != nil {
}