You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Modularize `http_server`
The server logic and endpoint definition has been divided in different
modules. This help the scalability of the server, since we define
several endpoints for each command we add to the app.