Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
peggy-quartech committed Dec 5, 2024
1 parent b242dbd commit 7fe264e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spd.Presentation.Licensing/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
var isMaintenance = builder.Configuration.GetValue<bool>("MaintenanceMode"); // Get the value from appsettings.json
if (isMaintenance && !context.Request.Path.Value.Contains("maintenance"))
{
context.Response.Redirect("/maintenance/offline.html");
context.Response.Redirect("/licensing/maintenance/offline.html");
return;
}
await next();
Expand Down

0 comments on commit 7fe264e

Please sign in to comment.