We should extract the params & content out of requests, then pass that into the index.js methods as individual requests. That way we won't have routing shared btwn hypercloud & archiver-api.
The existing route logic in index.js can go into server.js.
The tests should be updated to only (or primarily) check the api of index.js
We should extract the params & content out of requests, then pass that into the index.js methods as individual requests. That way we won't have routing shared btwn hypercloud & archiver-api.
The existing route logic in index.js can go into server.js.
The tests should be updated to only (or primarily) check the api of index.js