Remove Dependency on Axios #52
Labels
dependencies
Pull requests that update a dependency file
frontend
Issues that deal with the web frontend
maintenance
Issues and Pull requests that have to deal with updating the codebase
Priority: S2
Issues and Pull requests that have medium priority
In an effort to reduce as many dependencies as possible, replace all the requests made by
Axios
with nativenode-fetch
library. This is cleaner, pragmatic, and reduces overhead.The text was updated successfully, but these errors were encountered: