mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
5 lines
No EOL
75 B
Ruby
5 lines
No EOL
75 B
Ruby
get '/dashboard' do
|
|
require_login
|
|
dashboard_init
|
|
erb :'dashboard'
|
|
end |