Commit b5ff83a9 authored by Michal Bilanin's avatar Michal Bilanin 🙄
Browse files

fix: image service tests

parent 684cd5da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ namespace BusinessLayer;

public static class BusinessConstants
{
    public static string WebRootPath { get; set; }
    public static string WebRootPath { get; set; } = "";
}