r-anime / misato

💬 Mod bot for the /r/anime Discord
MIT License
6 stars 7 forks source link

Frontend location needs to be stored separately from the API location #167

Open eritbh opened 3 years ago

eritbh commented 3 years ago

Bot commands that reference the website will currently link to a frontend route but on the backend host, which isn't right outside of production, where we run the two on the same domain. In development, a backend hosted on :4567 and a frontend hosted on :8080 need to know where to expect the other.