diff options
Diffstat (limited to 'config.ru')
-rw-r--r-- | config.ru | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ # This file is used by Rack-based servers to start the application. require ::File.expand_path('../config/environment', __FILE__) -run LeapWebDemo::Application +run LeapWeb::Application |