Merge branch 'dev-lzh-0905' into dev

This commit is contained in:
lzh 2025-10-20 14:34:15 +08:00
commit 3ac392f9d8

View File

@ -298,7 +298,7 @@ func BundleExport(ctx *gin.Context) {
scheme = "http"
}
var exportUrl string = fmt.Sprintf("%s:%s/api/fiee/static/%s", scheme, ctx.Request.Host, strings.Replace(filePath, "./runtime/", "", 1))
var exportUrl string = fmt.Sprintf("%s://%s/api/fiee/static/%s", scheme, ctx.Request.Host, strings.Replace(filePath, "./runtime/", "", 1))
service.Success(ctx, gin.H{
"url": exportUrl,
})