feature/worker #111

Merged
primakov merged 190 commits from feature/worker into master 2025-12-05 16:59:42 +03:00
Showing only changes of commit 7937be469b - Show all commits

View File

@@ -18,7 +18,7 @@ router.use(timer());
// Загружаем моки из JSON файлов
const loadMockData = (filename) => {
try {
const filePath = path.join(__dirname, '..', 'mocks', filename);
const filePath = path.join(__dirname, 'mocks', filename);
// Проверяем существование файла
if (!fs.existsSync(filePath)) {