Skip to content

Commit

Permalink
chore: 403 error disabled for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Sep 14, 2023
1 parent c44b1d2 commit 15a037c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ export class ApiService {
if (error.response.status === 504) {
window.location.href = "/504"
}
/*
if (error.response.status === 403) {
window.location.href = "/403"
}
*/
return Promise.reject(error)
}
)
Expand Down

0 comments on commit 15a037c

Please sign in to comment.