Skip to content

Commit eec89e9

Browse files
authored
add dd in access control headers (#4)
1 parent 233a8de commit eec89e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Response struct {
1515

1616
var (
1717
headers = map[string]string{
18-
"Access-Control-Allow-Origin": "https://app.joinformal.com",
18+
"Access-Control-Allow-Origin": "https://app.joinformal.com, https://app.datadoghq.com, https://app.datadoghq.eu",
1919
"Access-Control-Allow-Methods": "OPTIONS,POST",
2020
}
2121
)

0 commit comments

Comments
 (0)