File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ pub async fn handle_server_fns(req: Request) -> Result<Response> {
166
166
/// of one that should work much like this one.
167
167
///
168
168
/// **NOTE**: If your server functions expect a context, make sure to provide it both in
169
- /// [`handle_server_fns_with_context`] **and** in [`leptos_routes_with_context`] (or whatever
169
+ /// [`handle_server_fns_with_context`] **and** in [`leptos_routes_with_context`](LeptosRoutes#leptos_routes_with_context) (or whatever
170
170
/// rendering method you are using). During SSR, server functions are called by the rendering
171
171
/// method, while subsequent calls from the client are handled by the server function handler.
172
172
/// The same context needs to be provided to both handlers.
You can’t perform that action at this time.
0 commit comments