🐛 Fix image proxy doesn't work
This commit is contained in:
@@ -23,7 +23,6 @@ var (
|
||||
func BuildDestinationMapping() {
|
||||
count := len(cast.ToSlice(viper.Get("destinations")))
|
||||
for idx := 0; idx < count; idx++ {
|
||||
fmt.Println(idx)
|
||||
destMap := viper.GetStringMap(fmt.Sprintf("destinations.%d", idx))
|
||||
var parsed models.BaseDestination
|
||||
raw, _ := jsoniter.Marshal(destMap)
|
||||
|
Reference in New Issue
Block a user