whitesoup12 / remote-falcon

Remote Falcon Monorepo for all things RF
GNU General Public License v3.0
12 stars 5 forks source link

Move Viewer Page endpoints into its own service #116

Closed whitesoup12 closed 3 months ago

whitesoup12 commented 9 months ago

Currently there is only a single Remote Falcon API which makes maintainability and updates easier but leads to problems in terms of reliability. If something happens to the single API, everything is affected. Need to pull out the Viewer Page specific endpoints and put them in their own service. This way if something happens with the Control Panel API the viewer pages are not affected.