What's Changed
Fix the problem with an Unauthorized Axios-Get Requests. The .env environment gets now loaded every time a request gets made instead of loading it once on startup.
This is needed, because dotenv is apparently not dynamic with changes in the .env file
- Reload .env every time when requesting - Fix by @ScheerleJo in #6
Full Changelog: v1.0.1...v1.0.1.1