Skip to content

Commit be9de21

Browse files
committed
forgor to add to routes
1 parent e932e46 commit be9de21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def matches?(request)
165165
get "user/info", to: "admin#user_info"
166166
get "user/stats", to: "admin#user_stats"
167167
get "user/projects", to: "admin#user_projects"
168+
get "user/trust_logs", to: "admin#trust_logs"
168169
post "user/convict", to: "admin#user_convict"
169170
post "execute", to: "admin#execute"
170171
end

0 commit comments

Comments
 (0)