mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-28 09:35:45 +00:00
favicon
This commit is contained in:
parent
51ceac55ed
commit
abc9c802ef
1 changed files with 6 additions and 0 deletions
|
|
@ -94,6 +94,12 @@ after do
|
|||
end
|
||||
end
|
||||
|
||||
# favicon
|
||||
get '/favicon.ico' do
|
||||
status 302
|
||||
headers 'Location' => "#{$config[:preview_url]}/favicon.ico"
|
||||
end
|
||||
|
||||
# status
|
||||
get '/status' do
|
||||
status 200
|
||||
|
|
|
|||
Loading…
Reference in a new issue