Commit c2be1318 by G

add log for base url

parent 0c6bf855
......@@ -14,6 +14,7 @@ const axiosRequest = async <T>({ ...options }): Promise<T> => {
// client.defaults.headers.common['Content-Type'] = 'application/json';
// console.log("client default", client.defaults);
// console.log("client datas", client.defaults.data);
log.debug("Base url :: ", client.getUri());
log.debug("RequestOptions :: ", options);
const onSuccess = (response: T) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment