ishaan1013 / sandbox

A cloud-based code editing environment with an AI copilot and real-time collaboration
MIT License
1.25k stars 95 forks source link

Refactor CF workers routes #21

Open ishaan1013 opened 1 month ago

ishaan1013 commented 1 month ago

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.