Compare commits
No commits in common. "5915616ff04951bba6f999e305b560b488343d9d" and "11a0819e1f93f5d35154e7d20f2daf3d9eade38c" have entirely different histories.
5915616ff0
...
11a0819e1f
@ -195,7 +195,7 @@ func ExportRegister(c *gin.Context) {
|
|||||||
// return
|
// return
|
||||||
// }
|
// }
|
||||||
var httpType string
|
var httpType string
|
||||||
if config.Data.System.Mode == "prod" {
|
if config.Data.System.IsHttps {
|
||||||
httpType = model.HttpsType
|
httpType = model.HttpsType
|
||||||
} else {
|
} else {
|
||||||
httpType = model.HttpType
|
httpType = model.HttpType
|
||||||
|
Loading…
Reference in New Issue
Block a user