diff options
| author | Fuwn <[email protected]> | 2022-06-15 00:11:03 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-15 00:11:03 -0700 |
| commit | d9e383f3ef8990d2ff11d368ff825dfe6f18f98b (patch) | |
| tree | fa2816f1611ec42c46edfc06d3b1e01a1ad32f00 /src/modules/static.rs | |
| parent | fix(uptime): trigger uptime on module attach (diff) | |
| download | locus-d9e383f3ef8990d2ff11d368ff825dfe6f18f98b.tar.xz locus-d9e383f3ef8990d2ff11d368ff825dfe6f18f98b.zip | |
feat(skills): json skill tree
Diffstat (limited to 'src/modules/static.rs')
| -rw-r--r-- | src/modules/static.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index 13a63f3..ca2f9d8 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -42,7 +42,7 @@ pub fn module(router: &mut windmark::Router) { "gopher" ), ("/interests", "A few interests of Fuwn", "interests"), - ("/skills", "A few skills of Fuwn", "skills"), + // ("/skills", "A few skills of Fuwn", "skills"), ( "/licensing", "The licensing terms of this Gemini capsule", |