We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d687e commit 372f4e7Copy full SHA for 372f4e7
endpoints/common_endpoints.js
@@ -13,6 +13,8 @@
13
* or implied. See the License for the specific language governing
14
* permissions and limitations under the License.
15
*/
16
+import axios from 'axios';
17
+import FormData from 'form-data';
18
19
// Collection of common endpoints that used by almost all services
20
const common_endpoints = {
0 commit comments