Skip to content

Commit

Permalink
Delete dead code (code in comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miranda Fleury authored and stephane-og committed May 1, 2024
1 parent 7be215f commit 32a4075
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/request/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ export const SRV_STATUS = {

// Documentation : https://axios-http.com/docs/interceptors


//axios.defaults.headers.common['Authorization'] = 'token ' + Cookie.getToken();


// Interceptor to check authorization
axios.interceptors.request.use(
(config) => {
Expand Down

0 comments on commit 32a4075

Please sign in to comment.