From 1766c5608fdc3091df4c4ff2947ae28972cc8b44 Mon Sep 17 00:00:00 2001 From: OvidiuCI <42492020+OvidiuCI@users.noreply.github.com> Date: Mon, 7 Dec 2020 20:08:00 +0100 Subject: [PATCH] Update application_controller.rb --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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