include "://" on default Alias Protocol for consistency

This commit is contained in:
sbwalker 2024-08-05 07:50:54 -04:00
parent bd70def18a
commit 7350c79113

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)