aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-18 05:36:51 -0800
committerFuwn <[email protected]>2026-02-18 05:36:51 -0800
commit392fcb064bd434811e244da8deda39139dd72e2c (patch)
tree0852ecc8f0217fe72f7b74f2e9b60aef37fe5072 /src
parentfeat(blog): Add canonical and alias slug routing from Notion Slugs with title... (diff)
downloadlocus-392fcb064bd434811e244da8deda39139dd72e2c.tar.xz
locus-392fcb064bd434811e244da8deda39139dd72e2c.zip
chore(modules): Remove stocks module
Diffstat (limited to 'src')
-rw-r--r--src/modules.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.rs b/src/modules.rs
index c493364..955ecac 100644
--- a/src/modules.rs
+++ b/src/modules.rs
@@ -1,5 +1,5 @@
amenadiel::modules!(
uptime, directory, search, remarks, blog, random, r#static, router, contact,
- api, stocks, // cryptocurrency,
+ api, // cryptocurrency, skills, stocks,
web, finger, index
);