Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam authored May 3, 2024
1 parent 51d3eaf commit c572cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const refreshTokenInterceptor: FetcherErrorResponseInterceptor = async (
const url = new URL(config.url)

return new Fetcher({ baseUrl: url.origin }).request({
endpoint: url.pathname,
endpoint: config.url.replace(url.origin, ''),
method: config.method as HTTP_METHODS,
...(config.body ? { body: config.body } : {}),
headers: {
Expand Down

0 comments on commit c572cdb

Please sign in to comment.