Skip to content

Commit 0cc7b8b

Browse files
committed
chore: update example
1 parent f67f786 commit 0cc7b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ <h3>boolean type</h3>
3737
</div>
3838
<script>
3939
const user = new featureProbe.FPUser();
40-
user.with("userId", "1234567890");
40+
user.with("userId", "00001");
4141

4242
const fpClient = new featureProbe.FeatureProbe({
43-
remoteUrl: "https://featureprobe.io/server/bcc",
43+
remoteUrl: "https://featureprobe.io/server",
4444
clientSdkKey: "client-25614c7e03e9cb49c0e96357b797b1e47e7f2dff",
4545
user,
4646
refreshInterval: 5000,

0 commit comments

Comments
 (0)