2025-04-02 10:16:07 +08:00

6 lines
96 B
Go

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