mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 17:46:05 +02:00
pathetic start on implementing report processing
This commit is contained in:
parent
49df4a4d21
commit
0c8bba8114
2 changed files with 5 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue