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