I scripted some code for adding a REST endpoint, PUT /ws/frontend/config.json
in the spa module because it was created to serve all frontend assets. However, unless we add this module to distro, there will be a need of manually uploading this module in docker environments (dev3).
Since the rest web-services module harbours most REST endpoints and the spa module is not yet added to distro;
- Should we just migrate this logic to the rest webservices module?
- Or we can just add the spa module to distro?
We can also choose to migrate all the logic in the spa module into the rest web-services