Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56b0490d1e | ||
|
|
45e19c3561 | ||
|
|
04b2be1bb7 |
@@ -155,7 +155,7 @@ public class SimApiStorage
|
||||
/// <returns></returns>
|
||||
public string? GetPath(string? url)
|
||||
{
|
||||
return url?.Replace($"{Endpoint}/{Bucket}", string.Empty);
|
||||
return url?.Replace($"{Endpoint}/{Bucket}", string.Empty).Replace(ServeUrl,string.Empty);
|
||||
}
|
||||
|
||||
private void CheckPath(string path)
|
||||
|
||||
@@ -30,5 +30,6 @@ public class SimApiLogger(string name) : ILogger
|
||||
}
|
||||
|
||||
Console.WriteLine(message);
|
||||
Console.ResetColor();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user