Routers in separate files.

This commit is contained in:
John Livingston
2021-04-09 19:29:44 +02:00
parent 1728e52e9f
commit dcef708370
3 changed files with 38 additions and 11 deletions

View File

@ -1,5 +1,5 @@
import { initSettings } from './lib/settings'
import { initRouters } from './lib/routers'
import { initRouters } from './lib/routers/index'
import type { Logger } from 'winston'
import decache from 'decache'