ishaan1013/sandbox

Refactor CF workers routes

Opened this issue · 0 comments

Currently the route handling in the storage & database workers looks like a big pile of if statements. Fine for quickly prototyping this, but it's not very scalable or pretty. Feel free to convert to switch statements, or use a minimal library.