Skip to content

Commit 372f4e7

Browse files
author
doripjonov
committed
fixed small mistake
1 parent 61d687e commit 372f4e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

endpoints/common_endpoints.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* or implied. See the License for the specific language governing
1414
* permissions and limitations under the License.
1515
*/
16+
import axios from 'axios';
17+
import FormData from 'form-data';
1618

1719
// Collection of common endpoints that used by almost all services
1820
const common_endpoints = {

0 commit comments

Comments
 (0)