Skip to content

Commit 170a1d3

Browse files
committed
update cors
1 parent 3b520ef commit 170a1d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/app.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ func (a *App) RegisterRootEndpoints() fx.Option {
138138
"http://localhost:3003",
139139
"http://localhost:3004",
140140
"http://localhost:3005",
141+
"https://mini-evv-logger-ui.vercel.app",
141142
},
142143
AllowMethods: []string{"GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"},
143144
AllowHeaders: []string{"*"},

0 commit comments

Comments
 (0)