Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro committed Oct 9, 2024
1 parent 38c86ec commit 4799383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ And finally:
```typescript
const requestHandler = new AxiosRequestHandler({
axios: axios.create({
baseURL: `http://localhost:${port}`,
baseURL: `http://localhost:3000`,
}),
urlDecodeQueryString: (queryString: string) => {
return parse(queryString);
Expand Down

0 comments on commit 4799383

Please sign in to comment.