diff options
Diffstat (limited to 'new/splash/bin/server.rb')
-rwxr-xr-x | new/splash/bin/server.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/splash/bin/server.rb b/new/splash/bin/server.rb index d932b53..9da053a 100755 --- a/new/splash/bin/server.rb +++ b/new/splash/bin/server.rb @@ -6,5 +6,5 @@ require_relative "../../bin/server.rb" server_class = Crys::Splash::Server root = File.dirname(File.dirname(__FILE__)) + "/output" -Crys::ServerRunner.new(root: root, server_class: server_class).serve +Crys::ServerRunner.new(root: root, server_class: server_class, section: "Splash Page").serve |