HackSC / odyssey

A hackathon management platform, built by HackSC
https://dashboard.hacksc.com
MIT License
9 stars 2 forks source link

Remove Serverless Logic From Non-serverless Deployment (main, staging, ...) #576

Open refcell opened 3 years ago

refcell commented 3 years ago

The ./pages/api directory shouldn't exist in a server environment right now since everything communicates with our express backend. All these files can be purged. There may also be unnecessary files in ./lib/.

This is why we need comprehensive testing...