|
@ -20,9 +20,9 @@ import { AccountModule } from './account/account.module'; |
|
|
import { AdminModule } from './admin/admin.module'; |
|
|
import { AdminModule } from './admin/admin.module'; |
|
|
import { AppController } from './app.controller'; |
|
|
import { AppController } from './app.controller'; |
|
|
import { AuthModule } from './auth/auth.module'; |
|
|
import { AuthModule } from './auth/auth.module'; |
|
|
import { ExchangeRateModule } from './exchange-rate/exchange-rate.module'; |
|
|
|
|
|
import { BenchmarkModule } from './benchmark/benchmark.module'; |
|
|
import { BenchmarkModule } from './benchmark/benchmark.module'; |
|
|
import { CacheModule } from './cache/cache.module'; |
|
|
import { CacheModule } from './cache/cache.module'; |
|
|
|
|
|
import { ExchangeRateModule } from './exchange-rate/exchange-rate.module'; |
|
|
import { ExportModule } from './export/export.module'; |
|
|
import { ExportModule } from './export/export.module'; |
|
|
import { FrontendMiddleware } from './frontend.middleware'; |
|
|
import { FrontendMiddleware } from './frontend.middleware'; |
|
|
import { ImportModule } from './import/import.module'; |
|
|
import { ImportModule } from './import/import.module'; |
|
|