parent
5f4db21c11
commit
75120e269f
@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
// CORSConf stores the configuration for cross domain
|
||||
type CORSConf struct {
|
||||
Address string `json:",env=CORS_ADDRESS"`
|
||||
}
|
Loading…
Reference in New Issue