Jes015/Web-Capture

feat(web-app): add axios interceptors

Closed this issue · 0 comments

Add axios interceptors to validate the requests and don't duplicate code.

An example:

  • When the requests fails by CORS we must add validations in each request. Use axios interceptors to avoid this.