mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 23:32:53 +00:00
forgor to add to routes
This commit is contained in:
parent
e932e46cb8
commit
be9de21425
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue