mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-01 07:03:16 +02:00
Add background for web
This commit is contained in:
@@ -3,9 +3,6 @@ require 'sinatra/base'
|
||||
|
||||
module Crono
|
||||
class Web < Sinatra::Base
|
||||
def app
|
||||
Sinatra::Application
|
||||
end
|
||||
set :root, File.expand_path(File.dirname(__FILE__) + "/../../web")
|
||||
set :public_folder, Proc.new { "#{root}/assets" }
|
||||
set :views, Proc.new { "#{root}/views" }
|
||||
|
||||
Reference in New Issue
Block a user