Closed GurinderRawala closed 3 weeks ago
The changes include updates to the README.md
file, which now contains a new instruction for building the server. Additionally, enhancements were made to the logging and error handling in the file upload and deletion routes within src/api/routes/files.js
. The CORS configuration in src/api/server.js
was modified to allow requests from any origin instead of a specific one. These changes collectively improve user guidance, logging, and error management in the application.
File Path | Change Summary |
---|---|
README.md | Added instruction for building the server: npm run build in the "Get Started" section. |
src/api/routes/files.js | Introduced logging for successful file uploads and improved error handling in the delete route. |
src/api/server.js | Modified CORS configuration to allow requests from any origin ('*' ). |
In the garden of code where rabbits play,
A new step to build brightens the day.
Logs now tell tales of files on the run,
With errors caught swiftly, debugging is fun!
So hop along, friends, let’s code with delight,
For every change brings new paths to ignite! 🐇✨
Summary by CodeRabbit
New Features
Improvements