Skip to content

Feat/upgrade axios

Casiano Fernandez requested to merge feat/upgradeAxios into master

Nothing changes with axios, parameters meet with 1.6.0

https://github.com/axios/axios#request-config

and we just utilize baseUrl, timeout, headers

tested with yarn link to harper, and seed runs fine.

We can replace the axios, but for now we are using import rateLimit from "axios-rate-limit"; rate limit that accept axios instance, we may need to handle that ourselves, or I think, skip the changes for now? =)

===================

Also in this merge request

fix: upgrade mongodb

Merge request reports