diff --git a/Helpers/SimApiStorage.cs b/Helpers/SimApiStorage.cs index 470def3..bf5adcd 100644 --- a/Helpers/SimApiStorage.cs +++ b/Helpers/SimApiStorage.cs @@ -112,7 +112,7 @@ public class SimApiStorage /// /// /// - public string FullUrl(string path) + public string? FullUrl(string? path) { if (string.IsNullOrEmpty(path)) return path; if(path.StartsWith("http://") || path.StartsWith("https://")) return path;