Permalink
Cannot retrieve contributors at this time
11 lines (8 sloc)
190 Bytes
|
# This file is used by Rack-based servers to start the application. |
|
|
|
require_relative 'config/environment' |
|
|
|
map '/sis' do |
|
run Rails.application |
|
end |
|
|
|
map '/' do |
|
run Rails.application |
|
end |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.