Don't expose constants directly in initializers/
This commit is contained in:
parent
6dd9de95df
commit
74dc3bca2b
114 changed files with 168 additions and 144 deletions
|
@ -1,6 +1,6 @@
|
|||
import * as express from 'express'
|
||||
import * as multer from 'multer'
|
||||
import { REMOTE_SCHEME } from '../initializers'
|
||||
import { REMOTE_SCHEME } from '../initializers/constants'
|
||||
import { logger } from './logger'
|
||||
import { deleteFileAsync, generateRandomString } from './utils'
|
||||
import { extname } from 'path'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue