Merge pull request #4483 from sbwalker/dev

include "://" on default Alias Protocol for consistency
This commit is contained in:
Shaun Walker
2024-08-05 07:51:07 -04:00
committed by GitHub

View File

@ -71,7 +71,7 @@ namespace Oqtane.Models
/// Protocol for the request from which the alias was resolved (ie. http or https )
/// </summary>
[NotMapped]
public string Protocol { get; set; } = "https"; // default value
public string Protocol { get; set; } = "https://"; // default value
/// <summary>
/// Base Url for static resources (note that this will only be set for remote clients)