pathetic start on implementing report processing

This commit is contained in:
Kyle Drake 2015-08-19 16:23:40 -05:00
parent 49df4a4d21
commit 0c8bba8114
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,10 @@ get '/admin/reports' do
erb :'admin/reports'
end
post '/admin/reports' do
end
get '/admin/email' do
require_admin
erb :'admin/email'