Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
FIX: REMOVED FORCED DOMAIN ON fetchWithPricingInterceptor
  • Loading branch information
Alex-GF authored May 1, 2024
2 parents d194a1e + 4ac8406 commit 5622968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import TokenService from "./token.service";

export function fetchWithPricingInterceptor(url: string, options: RequestInit) {

return fetch("http://localhost:8080" + url, {
return fetch(url, {
...options,
headers: {
...options.headers,
Expand Down

0 comments on commit 5622968

Please sign in to comment.