Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
refactor(server): move server files
Browse files Browse the repository at this point in the history
re #11
  • Loading branch information
tamj0rd2 committed Apr 25, 2020
1 parent 6c50abd commit e8994d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { TypeValidator } from '~validation'
import { ProblemType } from '~problem'
import serverLogger from './server-logger'
import { inspect } from 'util'
import { SupportedMethod, Config } from './config'
import { SupportedMethod, Config } from '../config'

export interface ReqResLog {
name?: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import request from 'supertest'
import { configureServer, verbsMap, PossibleMethod } from './server'
import { configureServer, verbsMap, PossibleMethod } from '.'
import { ConfigBuilder, SupportedMethod } from '~config'
import { TypeValidator } from '~validation'
import Problem from '~problem'
Expand Down

0 comments on commit e8994d3

Please sign in to comment.