rss feed and download stats

This commit is contained in:
2026-07-28 10:42:39 +02:00
parent 746143decd
commit 4afa440b12
20 changed files with 186 additions and 14 deletions
+3
View File
@@ -9,8 +9,11 @@ Rails.application.routes.draw do
get "members", to: "members#index"
get "image/:id", to: "images#show"
get "wiki/pages", to: "wiki#index"
get "rss/blog", to: "rss#blog"
get "rss/releases", to: "rss#releases"
end
get "download", to: "downloads#show"
get "update", to: "update#update"
get "file/*path", to: "files#show", format: false
end