Centralized API Routes
Store all API routes in one file
Last Updated: Nov 20, 2025
When all API routes used across a project are stored in one file, it is easier to understand how many APIs are being used in the project and to generate their documentation when required.