Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Fetch Requests to Use Axios with Interceptors #78

Open
zknone opened this issue Jun 14, 2024 · 0 comments
Open

Refactor Fetch Requests to Use Axios with Interceptors #78

zknone opened this issue Jun 14, 2024 · 0 comments
Assignees
Labels
web Admin panel and web front-end

Comments

@zknone
Copy link

zknone commented Jun 14, 2024

Currently, our project uses the Fetch API for making HTTP requests. To improve our codebase, we propose refactoring these fetch requests to use Axios. This change will allow us to benefit from Axios' features, such as interceptors, which can be used to add headers or tokens to requests more efficiently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web Admin panel and web front-end
Projects
None yet
Development

No branches or pull requests

2 participants