Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 2, 2022
1 parent 7852a9f commit b0b3a6b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/common/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ import {
import * as crossUndiciFetch from 'cross-undici-fetch'
import { processRequest } from './processRequest'
import { defaultYogaLogger, titleBold, YogaLogger } from './logger'
import { useGETRequestParser } from './plugins/requestParsers/GET'
import { usePOSTRequestParser } from './plugins/requestParsers/POST'
import { usePOSTMultipartRequestParser } from './plugins/requestParsers/POSTMultipart'
import { useGETRequestParser } from './plugins/requestParser/GET'
import { usePOSTRequestParser } from './plugins/requestParser/POST'
import { usePOSTMultipartRequestParser } from './plugins/requestParser/POSTMultipart'

interface OptionsWithPlugins<TContext> {
/**
Expand Down

0 comments on commit b0b3a6b

Please sign in to comment.