image admin

This commit is contained in:
2026-05-05 22:53:55 +02:00
parent 05b8b151cb
commit 4aaed0607c
22 changed files with 222 additions and 53 deletions
+1
View File
@@ -7,6 +7,7 @@ Rails.application.routes.draw do
get "software/highlighted", to: "software_highlighted#index"
get "events", to: "events#index"
get "members", to: "members#index"
get "image/:id", to: "images#show"
end
get "update", to: "update#update"