We essentially have a server running in form of the API paths just to proxy the http calls and do some data handling.
Therefore we have complexity in the application that does not serve an obvious purpose and is not allowing us to statically host the
frontend.
Describe the solution you'd like
We want to migrate the API paths to client side logic instead of the API paths.
Describe alternatives you've considered
Alternatively we might have migrated the API path endpoints to separate applications.
This again would prove to be an added complexity which isn't really warranted but would bring the benefit of having the ability to statically host the frontend.
We essentially have a server running in form of the API paths just to proxy the http calls and do some data handling. Therefore we have complexity in the application that does not serve an obvious purpose and is not allowing us to statically host the frontend.
Describe the solution you'd like
We want to migrate the API paths to client side logic instead of the API paths.
Describe alternatives you've considered
Alternatively we might have migrated the API path endpoints to separate applications. This again would prove to be an added complexity which isn't really warranted but would bring the benefit of having the ability to statically host the frontend.