Skip to content

Instantly share code, notes, and snippets.

@charlintosh
Last active July 10, 2020 06:16
Show Gist options
  • Save charlintosh/72cba5fed5957332daeef03a6adc3f7b to your computer and use it in GitHub Desktop.
Save charlintosh/72cba5fed5957332daeef03a6adc3f7b to your computer and use it in GitHub Desktop.
File that apply the interceptors to the global axios instance.
import {setupInterceptorsTo} from "./Interceptors";
import axios from "axios";
setupInterceptorsTo(axios);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment