mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-20 09:41:28 +00:00
add relative paths
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { Request, Response } from 'express'
|
||||
import * as winston from 'winston'
|
||||
import Busboy from 'busboy'
|
||||
import type { Config } from '../../types/config'
|
||||
import type { Store } from '../../types/store'
|
||||
import type { KeyGenerator } from '../../types/key-generator'
|
||||
import type { Document } from '../../types/document'
|
||||
import constants from '../../constants'
|
||||
import type { Config } from 'src/types/config'
|
||||
import type { Store } from 'src/types/store'
|
||||
import type { KeyGenerator } from 'src/types/key-generator'
|
||||
import type { Document } from 'src/types/document'
|
||||
import constants from 'src/constants'
|
||||
|
||||
class DocumentHandler {
|
||||
keyLength: number
|
||||
|
||||
Reference in New Issue
Block a user