On main: temporary stash before history cleanup

This commit is contained in:
2026-01-09 21:57:55 +05:00
parent 4f9417a032
commit b3597473c7
7 changed files with 138 additions and 7 deletions

View File

@@ -276,7 +276,7 @@ namespace PaperRacing.WebService
// Запускаем сервер
var port = Environment.GetEnvironmentVariable("PORT") ?? "5000";
Console.WriteLine("╔════════════════════════════════════════════════════════════╗");
Console.WriteLine("║ Paper Racing A* Solver - Web Service ║");
Console.WriteLine("║ Paper Racing A* Solver - Web Service ║");
Console.WriteLine("╚════════════════════════════════════════════════════════════╝");
Console.WriteLine($"\n🚀 Server starting on http://localhost:{port}");
Console.WriteLine($"\nEndpoints:");