mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# favicon
|
||||||
|
get '/favicon.ico' do
|
||||||
|
status 302
|
||||||
|
headers 'Location' => "#{$config[:preview_url]}/favicon.ico"
|
||||||
|
end
|
||||||
|
|
||||||
# status
|
# status
|
||||||
get '/status' do
|
get '/status' do
|
||||||
status 200
|
status 200
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue