@@ -69,7 +69,7 @@ func New() *Implm {
|
|||||||
Api: apiConfig{
|
Api: apiConfig{
|
||||||
Addr: "localhost:8080",
|
Addr: "localhost:8080",
|
||||||
Cors: corsConfig{
|
Cors: corsConfig{
|
||||||
AllowedOrigins: []string{},
|
AllowedOrigins: []string{"http://localhost:3000"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Pg: pgConfig{
|
Pg: pgConfig{
|
||||||
|
|||||||
Reference in New Issue
Block a user