Skip to content

Commit a55148b

Browse files
correct prod base url
1 parent d0f0246 commit a55148b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/google-secure-signals-integration/react_client_side/src/SecureSignalsApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const SecureSignalsApp = () => {
168168
let __uid2 = window.__uid2;
169169
if (eventType === 'SdkLoaded') {
170170
__uid2.init({
171-
baseUrl: 'http://localhost:8080',
171+
baseUrl: 'https://operator-integ.uidapi.com',
172172
});
173173
}
174174
if (eventType === 'InitCompleted') {

0 commit comments

Comments
 (0)