6 lines
96 B
Go
6 lines
96 B
Go
package config
|
|
|
|
type Cors struct {
|
|
Host string `mapstructure:"host" json:"host" yaml:"host"`
|
|
}
|