diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 3815eb55..aae87ddd 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,5 +1,5 @@ class ApplicationController < ActionController::Base def hello - render html: "Hello, world from Azure App Service on Linux!" + render html: "Hello Ovidiu from Azure App Service on Linux!app controllers application_controller.rb" end end