diff options
| author | Fuwn <[email protected]> | 2022-04-20 00:08:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-20 00:08:45 -0700 |
| commit | f555391d27b2ed283b600b07ff303e8e24dec069 (patch) | |
| tree | 3970a1926d1c62bcf641dc6f28cd3e17f8d402c4 /src/main.rs | |
| parent | refactor(macros): crate batch mount file macro (diff) | |
| download | locus-f555391d27b2ed283b600b07ff303e8e24dec069.tar.xz locus-f555391d27b2ed283b600b07ff303e8e24dec069.zip | |
fix(macros): rename macro to page
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 4d7e781..1b185e9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -166,7 +166,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> { "This Gemini capsule's icon", "favicon.txt" ); - batch_mount_file!( + batch_mount_page!( router, ("/", "This Gemini capsule's homepage", "index"), ("/contact", "Many ways to contact Fuwn", "contact"), |