hotfix: data folder fix
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m39s
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m39s
This commit is contained in:
@@ -26,5 +26,5 @@ public static class AppConsts
|
|||||||
// File paths
|
// File paths
|
||||||
public const string JwtFileName = "jwt.txt";
|
public const string JwtFileName = "jwt.txt";
|
||||||
public const string EmployeesFileName = "employees.json";
|
public const string EmployeesFileName = "employees.json";
|
||||||
public const string DataFolderName = "Data";
|
public const string DataFolderName = "data";
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user