You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package-testing/testing-api/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ yarn start:prod
32
32
yarn dev
33
33
```
34
34
35
-
4. Navigate to [localhost:4000/flag-config/v1/config](localhost:4000/flag-config/v1/config) to verify UFC data is served.
35
+
4. Navigate to [localhost:4000/api/flag-config/v1/config](http://localhost:4000/api/flag-config/v1/config) to verify UFC data is served.
36
36
37
37
### Customizing Server
38
38
The following options are exposed via environment variables
@@ -52,23 +52,23 @@ EPPO_API_SERVER_PORT=3333 yarn dev
52
52
53
53
## Getting data from the server
54
54
55
-
The server will respond with UFC and Bandit model config data at `/flag-config/v1/config` and `/flag-config/v1/bandits` just as the current Eppo API server does via CDN. The server will also populate the _ETAG_ header and check the _IF-NONE-MATCH_ header and respond appropriately.
55
+
The server will respond with UFC and Bandit model config data at `/api/flag-config/v1/config` and `/api/flag-config/v1/bandits` just as the current Eppo API server does via CDN. The server will also populate the _ETAG_ header and check the _IF-NONE-MATCH_ header and respond appropriately.
0 commit comments