Skip to content

Commit

Permalink
Update server_fn/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshith-ravi authored Nov 19, 2024
1 parent 376d45c commit f59f1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_fn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ where
/// custom error type, this can be `NoCustomError` by default.)
type Error: FromStr + Display;

/// Returns [`Self::PATH`].
/// A unique path for the server function’s API endpoint, relative to the host, including its prefix.
fn url() -> &'static str;

/// Middleware that should be applied to this server function.
Expand Down

0 comments on commit f59f1fa

Please sign in to comment.