Merge branch 'dev-lzh-0905' into dev
This commit is contained in:
commit
3ac392f9d8
@ -298,7 +298,7 @@ func BundleExport(ctx *gin.Context) {
|
|||||||
scheme = "http"
|
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{
|
service.Success(ctx, gin.H{
|
||||||
"url": exportUrl,
|
"url": exportUrl,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user