MU-DBL / fatplants

0 stars 0 forks source link

Remove hardcoded backend API URL #8

Closed Yongfang-Qin closed 7 months ago

Yongfang-Qin commented 8 months ago

I noticed that we are hard-coding our backend API URL. We need to create a global static/constant variable for the API URL. So that it can be used elsewhere without being modified by mistake.

Yongfang-Qin commented 7 months ago

Please update the deploy.md as well.

Yongfang-Qin commented 7 months ago

Give an example of theenvironments/environments.ts.