File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ For more documentation, visit https://featurevisor.com.
88
99The generated datafiles from this repository is accessible via these URLs:
1010
11- - ` production ` : https://featurevisor-example-cloudflare.pages.dev/production/datafile -tag-all.json
12- - ` staging ` : https://featurevisor-example-cloudflare.pages.dev/staging/datafile -tag-all.json
11+ - ` production ` : https://featurevisor-example-cloudflare.pages.dev/production/featurevisor -tag-all.json
12+ - ` staging ` : https://featurevisor-example-cloudflare.pages.dev/staging/featurevisor -tag-all.json
1313
1414### Usage with Featurevisor SDK
1515
@@ -25,7 +25,7 @@ Then use it in your application:
2525import { createInstance } from " @featurevisor/sdk" ;
2626
2727const DATAFILE_URL =
28- " https://featurevisor-example-cloudflare.pages.dev/production/datafile -tag-all.json" ;
28+ " https://featurevisor-example-cloudflare.pages.dev/production/featurevisor -tag-all.json" ;
2929
3030const datafileContent = await fetch (DATAFILE_URL ).then ((res ) => res .json ());
3131
You can’t perform that action at this time.
0 commit comments