revvin76 / webchat

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

[E] Remove chat_api page view layer #5

Closed revvin76 closed 3 years ago

revvin76 commented 3 years ago

No need to create a page for viewing as it is essentially just a REST API for returning JSON.

revvin76 commented 3 years ago

This broke functionality. JSON was not being returned to the function which passed the html content back to webchat page. Reverting the removal of the page fixed the issue.