Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Clean routes and Storage

Past due by almost 8 years 50% complete

Currently Agent's koajs passes requests to utils/handlers.js to support pretty much any call.
It's important to pull out router logic and place it into proper folder routes.
Clean router will allow for robust storage logic which currently is mixed up with request handling and routing

Currently Agent's koajs passes requests to utils/handlers.js to support pretty much any call.
It's important to pull out router logic and place it into proper folder routes.
Clean router will allow for robust storage logic which currently is mixed up with request handling and routing

Loading