resolve #3189 - make path a querystring parameter
This commit is contained in:
@ -97,7 +97,7 @@ namespace Oqtane.Models
|
||||
[NotMapped]
|
||||
public string FolderPath
|
||||
{
|
||||
get => "Users\\" + UserId.ToString() + "\\";
|
||||
get => "Users/" + UserId.ToString() + "/";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user