This commit is contained in:
Yann Esposito (Yogsototh) 2010-08-23 14:48:49 +02:00
parent c6a84c1265
commit bbc05ec7f5

View file

@ -3,4 +3,5 @@ require 'rack'
require 'rack-rewrite'
use Rack::Static, :urls => ["/"], :root => "output"
run Rubyzome::RestfulDispatcher.new
app = lambda { |env| [404, { 'Content-Type' => 'text/html' }, 'File Not Found'] }
run app