Skip to content

Commit

Permalink
Update api-service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Nov 24, 2024
1 parent c95fa99 commit 7c5461b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/service/api-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class APIService {
constructor() {
this.client = axios.create({
baseURL: '/api',
maxRedirects: 5,
headers: {
'Content-Type': 'application/json',
'Authorization': `Bearer ${localStorage.getItem(AUTH_TOKEN)}`
Expand Down

0 comments on commit 7c5461b

Please sign in to comment.