Skip to content

Instantly share code, notes, and snippets.

@alexpermiakov
Created December 12, 2018 17:23
Show Gist options
  • Save alexpermiakov/c236d12e07b7efbc6065c37d936b921c to your computer and use it in GitHub Desktop.
Save alexpermiakov/c236d12e07b7efbc6065c37d936b921c to your computer and use it in GitHub Desktop.
An entry point for middleware
import {
handleCors,
handleBodyRequestParsing,
handleCompression
} from "./common";
export default [handleCors, handleBodyRequestParsing, handleCompression];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment