Skip to content

Commit 6b9ec31

Browse files
authored
docs: fix basepath
Signed-off-by: Sarthak Shyngle <[email protected]>
1 parent 4bf6d50 commit 6b9ec31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-2.0.0/running-keploy/keploy-karaf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Replace the placeholder values with actual paths and keys as needed.
8787
2. Record test cases using the following command:
8888

8989
```bash
90-
keploy record --base-url="http://localhost:8181"
90+
keploy record --base-path="http://localhost:8181"
9191
```
9292

9393
3. Make a series of API calls to your application's endpoints.

0 commit comments

Comments
 (0)