include "://" on default Alias Protocol for consistency
This commit is contained in:
parent
bd70def18a
commit
7350c79113
@ -71,7 +71,7 @@ namespace Oqtane.Models
|
|||||||
/// Protocol for the request from which the alias was resolved (ie. http or https )
|
/// Protocol for the request from which the alias was resolved (ie. http or https )
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public string Protocol { get; set; } = "https"; // default value
|
public string Protocol { get; set; } = "https://"; // default value
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Base Url for static resources (note that this will only be set for remote clients)
|
/// Base Url for static resources (note that this will only be set for remote clients)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user