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.UseStaticFiles();
|
||||||
|
|
||||||
app.UseRouting();
|
app.UseRouting();
|
||||||
|
app.UseHttpsRedirection();
|
||||||
|
|
||||||
app.MapRazorPages();
|
app.MapRazorPages();
|
||||||
app.MapControllers();
|
app.MapControllers();
|
||||||
app.MapFallbackToFile("index.html");
|
app.MapFallbackToFile("index.html");
|
||||||
|
|
||||||
|
app.UseHttpsRedirection();
|
||||||
|
|
||||||
app.Run();
|
app.Run();
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
public RobotSolutionModel()
|
public RobotSolutionModel()
|
||||||
{
|
{
|
||||||
|
DateTimeStamp = DateTime.UtcNow;
|
||||||
}
|
}
|
||||||
|
|
||||||
public string Input { get; set; }
|
public string Input { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user