MikeLautensack / Estimate-Generator

https://estimate-generator-seven.vercel.app
0 stars 0 forks source link

Refactor env vars #69

Closed MikeLautensack closed 1 week ago

MikeLautensack commented 2 weeks ago

Refactor the usage of env vars for urls/endpoints so the env var specifies the domain and not the path. This will allow for much less env vars and still can run it in different sub domains without changing source code.

Example

Before:

after

MikeLautensack commented 1 week ago

Done