Skip to content

Commit

Permalink
Merge pull request #661 from sgayangi/658-1.2.0
Browse files Browse the repository at this point in the history
Fix basepath
  • Loading branch information
sgayangi authored Nov 8, 2024
2 parents d53de5a + 0f6479d commit 932b8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/docs/get-started/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Apart from the above API definition file, we also need an `apk-conf` file that d
```


2. You will get the apk-conf file content as the response. Save this content into a file named `EmployeeService.apk-conf`. You can edit these values as necessary. Let's change the basepath from the autogenerated value to "/employees". Your apk-conf file should now appear as follows.
2. You will get the apk-conf file content as the response. Save this content into a file named `EmployeeService.apk-conf`. You can edit these values as necessary. Let's change the basepath from the autogenerated value to "/employees-info". Your apk-conf file should now appear as follows.

```
---
Expand Down

0 comments on commit 932b8ad

Please sign in to comment.