Handle HttpError with custom headers in React Admin

后端 未结 0 534
囚心锁ツ
囚心锁ツ 2020-12-05 08:49

I\'m using custom headers as specified here:

const httpClient = (url, options = {}) => {
    if (!options.headers) {
        options.headers = new Headers(         


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