Compare commits

..

1 Commits

Author SHA1 Message Date
f08d6af4c7 hotfix: data folder fix
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m39s
2026-02-02 09:55:28 +03:00

View File

@@ -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";
} }