How to send headers using swr

后端 未结 0 951
不思量自难忘°
不思量自难忘° 2021-01-24 01:40

I am trying to send headers using SWR and Axios but the headers are not being sent.

 const fetcher = (url) =>
    axios
      .get(url, { headers: { Authorizat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题