You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Bare-Bones/AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,11 +244,11 @@ dioxus = { version = "0.7.0-rc.4", features = ["fullstack"] }
244
244
245
245
## Server Functions
246
246
247
-
Use the `#[server]`macro to define an `async` function that will only run on the server. On the server, this macro generates an API endpoint. On the client, it generates a function that makes an HTTP request to that endpoint.
247
+
Use the `#[post]`/ `#[get]` macros to define an `async` function that will only run on the server. On the server, this macro generates an API endpoint. On the client, it generates a function that makes an HTTP request to that endpoint.
Copy file name to clipboardExpand all lines: Jumpstart/AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,11 +244,11 @@ dioxus = { version = "0.7.0-rc.4", features = ["fullstack"] }
244
244
245
245
## Server Functions
246
246
247
-
Use the `#[server]`macro to define an `async` function that will only run on the server. On the server, this macro generates an API endpoint. On the client, it generates a function that makes an HTTP request to that endpoint.
247
+
Use the `#[post]`/ `#[get]` macros to define an `async` function that will only run on the server. On the server, this macro generates an API endpoint. On the client, it generates a function that makes an HTTP request to that endpoint.
Copy file name to clipboardExpand all lines: Workspace/AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,11 +244,11 @@ dioxus = { version = "0.7.0-rc.4", features = ["fullstack"] }
244
244
245
245
## Server Functions
246
246
247
-
Use the `#[server]`macro to define an `async` function that will only run on the server. On the server, this macro generates an API endpoint. On the client, it generates a function that makes an HTTP request to that endpoint.
247
+
Use the `#[post]`/ `#[get]` macros to define an `async` function that will only run on the server. On the server, this macro generates an API endpoint. On the client, it generates a function that makes an HTTP request to that endpoint.
0 commit comments