Skip to content
Snippets Groups Projects
Commit 1f789709 authored by David McCloskey's avatar David McCloskey
Browse files

Merge commit '6deddb65' into remove-disable-tls

parents 41f1337d 6deddb65
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ func (server *Server) Run(group task.Group) error {
// Enable CORS
cors := cors.New(cors.Options{
AllowedOrigins: []string{"http://localhost:3000", "https://juiceweb.vercel.app"},
AllowedOrigins: []string{"http://localhost:3000", "https://juiceweb.vercel.app", "http://wails.localhost:34115", "wails://wails"},
AllowedMethods: []string{
http.MethodGet,
http.MethodPost,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment