AI-generated summary
**Background:** After building a project, the responses from route.ts are statically handled, resulting in the same data being returned consistently.
**Method:** To address this, I added the following code in route.ts: `export const dynamic = 'force-dynamic'`.
**References:**
- Next.js - Data Fetching and Caching
- YouTube - 5 ways to opt out of static rendering in Next.js
- Juejin - Routing section
**Refactoring:** Instead of opting out of static handling, consider using Server Actions. More information can be found at: https://juejin.cn/post/7361204571828731956#heading-4