Closed bitcoinbrisbane closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
bitcoinpokertour | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 12, 2024 2:32am |
The recent changes involve renaming the schedule
route to news
, updating the corresponding route usage, and adding new functionality for managing news articles. This includes creating a new Express route for handling news data and defining a Mongoose schema for news articles.
File Path | Change Summary |
---|---|
src/api/index.js |
Renamed schedule route to news and updated route usage. |
src/api/package.json |
Updated the version of swagger-ui-express dependency. |
src/api/routes/news.js |
Introduced a new route file for handling GET requests to retrieve news data. |
src/api/schemas/news.js |
Added a new Mongoose schema for news articles with fields for title, date, story, author, and tags. |
In the code where routes do dwell,
A change of name, a tale to tell.
Fromschedule
tonews
, a shift so bright,
Bringing stories to life, in the coder's light.
With schemas set and routes anew,
The API grows, like morning dew. 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Dependencies
swagger-ui-express
dependency to the latest version.