Skip to content

Commit 97f4218

Browse files
committed
Added new Cors destinations
1 parent 6979c69 commit 97f4218

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shared.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ func HandleCors(resp http.ResponseWriter, request *http.Request) bool {
111111

112112
"https://au.shuffler.io",
113113

114+
114115
"https://jp.shuffler.io",
115116
"https://br.shuffler.io",
116117
"https://in.shuffler.io",
@@ -119,6 +120,10 @@ func HandleCors(resp http.ResponseWriter, request *http.Request) bool {
119120
"https://singul.io",
120121
"http://localhost:3002",
121122
"http://localhost:3000",
123+
124+
// For a new test project
125+
"https://cases.shuffler.io",
126+
"https://83c56bc8-506d-4dc5-a245-6b57e03ff019.lovableproject.com",
122127
}
123128

124129
if len(origin) > 0 {

0 commit comments

Comments
 (0)