OSDN Git Service

update the JS SDK API
[bytom/Bytom-JS-SDK.git] / src / http.js
index 9736a75..a21d1a0 100644 (file)
@@ -1,5 +1,5 @@
 import axios from 'axios';
-import {handleApiError} from "./utils/http";
+import {handleApiError} from './utils/http';
 
 const basePath = 'api/v1/btm/';