79099333

Date: 2024-10-17 18:10:41
Score: 0.5
Natty:
Report link

This is a little bit late but hope someones encountering this will need it.

axios.interceptors.request.use((config: any) => {
  alert(config.method.toUpperCase());
  return config;
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: manaclan