From 843aff387936cda57a98c8737484c059bd90881a Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Sat, 4 Apr 2026 04:50:55 +0330 Subject: [PATCH] Add support for SemanticKernel and Build Project ... --- Controllers/StartupController.cs | 2 +- xAiApi.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - + - +