diff --git a/docs/start/framework/react/server-routes.md b/docs/start/framework/react/server-routes.md index b09217dd9f6..932a64fcb36 100644 --- a/docs/start/framework/react/server-routes.md +++ b/docs/start/framework/react/server-routes.md @@ -3,8 +3,6 @@ id: server-routes title: Server Routes --- -// TODO: Add redirect from api-routes to server-routes - Server routes are a powerful feature of TanStack Start that allow you to create server-side endpoints in your application and are useful for handling raw HTTP requests, form submissions, user authentication, and much more. Server routes can be defined in your `./src/routes` directory of your project **right alongside your TanStack Router routes** and are automatically handled by the TanStack Start server.