Compare commits

..

No commits in common. "5915616ff04951bba6f999e305b560b488343d9d" and "11a0819e1f93f5d35154e7d20f2daf3d9eade38c" have entirely different histories.

View File

@ -195,7 +195,7 @@ func ExportRegister(c *gin.Context) {
// return
// }
var httpType string
if config.Data.System.Mode == "prod" {
if config.Data.System.IsHttps {
httpType = model.HttpsType
} else {
httpType = model.HttpType