bandshell 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/bandshell/application/app.rb +1 -3
- metadata +1 -1
@@ -11,9 +11,7 @@ include Sys
|
|
11
11
|
|
12
12
|
class ConcertoConfigServer < Sinatra::Base
|
13
13
|
# set paths relative to this file's location
|
14
|
-
set :
|
15
|
-
set :public, File.expand_path('..', __FILE__)
|
16
|
-
set :views, File.expand_path('../views', __FILE__)
|
14
|
+
set :root, File.dirname(__FILE__)
|
17
15
|
|
18
16
|
# push these over to netconfig.rb?
|
19
17
|
# Our list of available physical-layer connection methods...
|