diff --git a/Controllers/StartupController.cs b/Controllers/StartupController.cs index 6504238..3717c43 100644 --- a/Controllers/StartupController.cs +++ b/Controllers/StartupController.cs @@ -36,7 +36,7 @@ namespace xAiApi.Controllers { // var controllerName = GetControllerName(); - var message = $"Salam, {AppConfiguration.WelcomeMessage}"; + var message = $"{AppConfiguration.WelcomeMessage}"; // return Ok(message); diff --git a/xAiApi.csproj b/xAiApi.csproj index b6fa669..6d917b9 100644 --- a/xAiApi.csproj +++ b/xAiApi.csproj @@ -26,10 +26,10 @@ - + - +