Skip to content

Commit

Permalink
🔧 Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Aug 5, 2024
1 parent e62d603 commit 79f21f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ impl syn::parse::Parse for MetadataAttr {
/// ## Notes
/// Ensure that the `base` URL does not end with a slash (`/`). For example:
/// - Use `""` for no base URL if you are utilizing `axum`'s static file serving.
/// - Use `"http://localhost:8080"` for a local server.
#[proc_macro]
pub fn generate(input: pc::TokenStream) -> pc::TokenStream {
match generate_inner(input.into()) {
Expand Down

0 comments on commit 79f21f1

Please sign in to comment.