Skip to content

Commit

Permalink
fix: api
Browse files Browse the repository at this point in the history
  • Loading branch information
maik791277 authored and jsapro committed Nov 14, 2023
1 parent 09c420d commit 004cd40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ class Api {
return this._request('categories', {
headers: {
'Content-Type': 'application/json',
Authorization: `Token ${Cookies.get('token')}`,
},
method: 'GET',
});
Expand Down

0 comments on commit 004cd40

Please sign in to comment.