Skip to content

Commit 57c31fb

Browse files
committed
Renamed app
1 parent fd1d542 commit 57c31fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ require 'bundler'
33
Bundler.require
44

55
require './redir'
6-
run Toe
6+
run Redir

redir.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class Toe < Sinatra::Base
1+
class Redir < Sinatra::Base
22
get '/' do
33
redirect "http://localhost:3000"
44
end

0 commit comments

Comments
 (0)