Add support for SemanticKernel and Build Project ...

This commit is contained in:
2026-04-04 04:50:55 +03:30
parent 058b55f4fa
commit 843aff3879
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ namespace xAiApi.Controllers
{
//
var controllerName = GetControllerName();
var message = $"Salam, {AppConfiguration.WelcomeMessage}";
var message = $"{AppConfiguration.WelcomeMessage}";
//
return Ok(message);