@@ -36,7 +36,7 @@ instance.interceptors.request.use(
"Content-Type": "application/json;charset=utf-8",
...headers,
Authorization: token,
- "x-client-type": "pc.admin",
+ // "x-client-type": "pc.admin",
},
responseType: download ? "blob" : responseType,
};