Skip to content

Commit 8618f5d

Browse files
Add sample-dev.com to test site domain_names
This allows the local development sample sites to work with the operator.
1 parent b6db640 commit 8618f5d

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/com.uid2.core/test/sites

1 file changed

+1
-1
lines changed

src/main/resources/com.uid2.core/test/sites/sites.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": 123,
44
"name": "MegaTest Site",
55
"enabled": true,
6-
"domain_names" : ["localhost", "uidapi.com"],
6+
"domain_names" : ["localhost", "uidapi.com", "sample-dev.com"],
77
"app_names": ["com.123.Game.App.android", "123456789", "com.123.Game.App.ios", "com.uid2.devapp"]
88
},
99
{

0 commit comments

Comments
 (0)