Skip to content

Commit c503c69

Browse files
committed
docs(server-functions): use Server Routes instead of API Routes terminology
1 parent a675dae commit c503c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/react/server-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ response?: 'data' | 'full' | 'raw'
9898
- From other server functions
9999

100100
> [!WARNING]
101-
> Server functions cannot be called from API Routes. If you need to share business logic between server functions and API Routes, extract the shared logic into utility functions that can be imported by both. See [Environment Functions](../environment-functions.md) for more.
101+
> Server functions cannot be called from Server Routes. If you need to share business logic between server functions and Server Routes, extract the shared logic into utility functions that can be imported by both. See [Environment Functions](../environment-functions.md) for more.
102102
103103
## Accepting Parameters
104104

0 commit comments

Comments
 (0)