Skip to content

Commit a23509a

Browse files
committed
Update APP Name
1 parent bf0d771 commit a23509a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'sinatra'
22

3-
class HelloWorldApp < Sinatra::Base
3+
class WeDeployApp < Sinatra::Base
44
get '/' do
55
erb :home
66
end

config.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
require './app'
2-
run HelloWorldApp
2+
run WeDeployApp

0 commit comments

Comments
 (0)