diff --git a/CommandsService/Controllers/PlatformsController.cs b/CommandsService/Controllers/PlatformsController.cs index 844e772..e61a751 100644 --- a/CommandsService/Controllers/PlatformsController.cs +++ b/CommandsService/Controllers/PlatformsController.cs @@ -35,7 +35,7 @@ public ActionResult TestInboundConnection() { Console.WriteLine("--> Inbound POST # Command Service"); - return Ok("Inbound test of from Platforms Controler"); + return Ok("Inbound test of from Platforms Controller"); } } -} \ No newline at end of file +}