diff --git a/Program.cs b/Program.cs index 4fa8b3c..bb78dff 100644 --- a/Program.cs +++ b/Program.cs @@ -14,16 +14,10 @@ .AddJsonFile("appsettings.json") .Build(); -var splash = File.ReadAllText(new Uri(Path.Combine(Directory.GetCurrentDirectory(), "splash.html")).LocalPath); - -//

or

\r\n Sync Manually\r\n - string linkURI = env["VALK_DASHBOARD_LINK"]; -string syncURI = env["SYNC_LINK"]; - -//var splash = "\r\n\r\n\r\n \r\n It Works!!\r\n \r\n \r\n \r\n\r\n\r\n\r\n " + -// $"

It Works!🎉🎉

\r\n

Copy the link below and paste it back in the Valkyrie Connection Page

\r\n

👉{syncURI}

\r\n

Go To Dashboard

\r\n\r\n"; +var splash = "\r\n\r\n\r\n \r\n It Works!!\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n " + + $"

It Works!🎉🎉

\r\n

Copy the link below and paste it back in the Valkyrie Connection Page

\r\n

👉

\r\n

Go To Dashboard

\r\n\r\n\r\n"; // Add services to the container. // Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle builder.Services.AddEndpointsApiExplorer();