diff options
| author | Fuwn <[email protected]> | 2022-06-15 19:44:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-15 19:44:49 -0700 |
| commit | d5fa0d73300730292ee57a5c0d884766abf55003 (patch) | |
| tree | f71acad951ea8dee07a5bb615d5c5c5ef55877bd /src/modules/static.rs | |
| parent | ci(workflows): docker upload action (diff) | |
| download | locus-d5fa0d73300730292ee57a5c0d884766abf55003.tar.xz locus-d5fa0d73300730292ee57a5c0d884766abf55003.zip | |
feat(interests): move to json map
Diffstat (limited to 'src/modules/static.rs')
| -rw-r--r-- | src/modules/static.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index eae9fe0..dbf5327 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -40,7 +40,6 @@ pub fn module(router: &mut windmark::Router) { "Information and resources for the Gopher protocol", "gopher" ), - ("/interests", "A few interests of Fuwn", "interests"), ( "/licensing", "The licensing terms of this Gemini capsule", |