end user axios issue fixed
Showing
1 changed file
with
1 additions
and
1 deletions
-
Please register or sign in to post a comment
"use strict"; | ||
const { default: axios } = require("axios"); | ||
const axios = require("axios"); | ||
/** | ||
* end-user service | ||
... | ... |