include "://" on default Alias Protocol for consistency
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user