From f08d6af4c774a2a3b99e03bf2b200c54eb64db9d Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Mon, 2 Feb 2026 09:55:28 +0300 Subject: [PATCH] hotfix: data folder fix --- SfeduSchedule/AppConsts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SfeduSchedule/AppConsts.cs b/SfeduSchedule/AppConsts.cs index 70b5eb7..f06f113 100644 --- a/SfeduSchedule/AppConsts.cs +++ b/SfeduSchedule/AppConsts.cs @@ -26,5 +26,5 @@ public static class AppConsts // File paths public const string JwtFileName = "jwt.txt"; public const string EmployeesFileName = "employees.json"; - public const string DataFolderName = "Data"; + public const string DataFolderName = "data"; } \ No newline at end of file