forgor to add to routes

This commit is contained in:
Echo 2025-08-11 00:28:22 -04:00
parent e932e46cb8
commit be9de21425
No known key found for this signature in database
GPG key ID: A1263DC479EDB62F

View file

@ -165,6 +165,7 @@ Rails.application.routes.draw do
get "user/info", to: "admin#user_info"
get "user/stats", to: "admin#user_stats"
get "user/projects", to: "admin#user_projects"
get "user/trust_logs", to: "admin#trust_logs"
post "user/convict", to: "admin#user_convict"
post "execute", to: "admin#execute"
end