Refactoring backend routes code

This commit is contained in:
softsimon
2022-07-11 19:15:28 +02:00
parent 97046a7dc4
commit 2253dd570d
12 changed files with 1488 additions and 1441 deletions

View File

@@ -19,7 +19,7 @@ import HashratesRepository from '../repositories/HashratesRepository';
import indexer from '../indexer';
import poolsParser from './pools-parser';
import BlocksSummariesRepository from '../repositories/BlocksSummariesRepository';
import mining from './mining';
import mining from './mining/mining';
import DifficultyAdjustmentsRepository from '../repositories/DifficultyAdjustmentsRepository';
import difficultyAdjustment from './difficulty-adjustment';