Skip to content

Commit 2442d08

Browse files
author
Cory Fowler
authored
Update application_controller.rb
1 parent 487fa24 commit 2442d08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class ApplicationController < ActionController::Base
22
protect_from_forgery with: :exception
33
def hello
4-
render html: "Hello, world from Azure Web App on Linux!"
4+
render html: "Hello, world from Azure App Service on Linux!"
55
end
6-
end
6+
end

0 commit comments

Comments
 (0)