This commit is contained in:
grngxd 2025-06-08 00:01:06 +01:00
parent e5265e35e4
commit f20ad1475b

View file

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