mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04:00
Use import syntax for logger and config
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
dd11483f44
commit
9f284b752b
14 changed files with 98 additions and 113 deletions
|
@ -1,9 +1,9 @@
|
|||
import { NextFunction, Response } from 'express'
|
||||
import { NextFunction, Request, Response } from 'express'
|
||||
import { NoteUtils } from './util'
|
||||
import * as ActionController from './actions'
|
||||
import errors from '../../errors'
|
||||
import config from '../../config'
|
||||
import logger from '../../logger'
|
||||
import { config } from '../../config'
|
||||
import { logger } from '../../logger'
|
||||
import { User, Note } from '../../models'
|
||||
|
||||
export module NoteController {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue