diff options
| author | Fuwn <[email protected]> | 2024-06-16 16:29:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-16 16:29:02 -0700 |
| commit | b8ad47f69d05356cf8dbb095a14c7cb9ea20c81b (patch) | |
| tree | 1a7188f95eb45bf36f45941ffeb9724400c66975 /src/main.rs | |
| parent | fix(blog): use real title for xml title (diff) | |
| download | locus-b8ad47f69d05356cf8dbb095a14c7cb9ea20c81b.tar.xz locus-b8ad47f69d05356cf8dbb095a14c7cb9ea20c81b.zip | |
refactor: constants for root urls
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 447e37e..7031157 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,6 +33,7 @@ mod modules; mod response; mod route; mod timing; +mod url; mod xml; #[macro_use] extern crate log; |