2025-03-21 11:05:42 +08:00

6 lines
96 B
Go

package config
type Cors struct {
Host string `mapstructure:"host" json:"host" yaml:"host"`
}