Skip to content

Commit

Permalink
fix(auth): set the base url on axios client for requests that use raw…
Browse files Browse the repository at this point in the history
… paths (#149)
  • Loading branch information
Mierenga authored Jul 13, 2023
1 parent 31122a0 commit c453a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/AuthApiService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default class KongAuthApi {
this.authErrorCallback = () => false

this.client = axios.create({
baseURL: baseUrl,
withCredentials: true,
headers: {
accept: 'application/json'
Expand Down

0 comments on commit c453a83

Please sign in to comment.