revvin76 / webchat

Web Chat for OSSN
GNU General Public License v2.0
4 stars 2 forks source link

[E] Remove the API call from the frontend page #9

Closed revvin76 closed 3 years ago

revvin76 commented 3 years ago

Frontend page is calling API directly. Despite HTTPS, i'd prefer the call to be made from chat_api, where the api key is not seen.

revvin76 commented 3 years ago

All calls are now made from chat_api