Skip to content

Commit bec803f

Browse files
committed
chore: Add cors to workspace proxies to allow for latency checks
1 parent 5f73d6b commit bec803f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enterprise/wsproxy/wsproxy.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import (
1010
"strings"
1111
"time"
1212

13+
"github.com/go-chi/cors"
14+
1315
"github.com/go-chi/chi/v5"
1416
"github.com/go-chi/cors"
1517
"github.com/google/uuid"

0 commit comments

Comments
 (0)