mirror of
https://github.com/farcasclaudiu/MartianRobots.git
synced 2026-06-22 07:01:15 +03:00
fixes dates and https redir
This commit is contained in:
@@ -37,10 +37,12 @@ app.UseBlazorFrameworkFiles();
|
||||
app.UseStaticFiles();
|
||||
|
||||
app.UseRouting();
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.MapRazorPages();
|
||||
app.MapControllers();
|
||||
app.MapFallbackToFile("index.html");
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.Run();
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{
|
||||
public RobotSolutionModel()
|
||||
{
|
||||
|
||||
DateTimeStamp = DateTime.UtcNow;
|
||||
}
|
||||
|
||||
public string Input { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user