From 23d48e0df22674d22b950702ed5291a99f13ca48 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelbaset Date: Mon, 14 Jul 2025 10:14:18 +0300 Subject: [PATCH] Update server-routes.md --- docs/start/framework/react/server-routes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/start/framework/react/server-routes.md b/docs/start/framework/react/server-routes.md index b09217dd9f..932a64fcb3 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.