Skip to content

Instantly share code, notes, and snippets.

@kamilkisiela
Last active January 24, 2019 16:09
Show Gist options
  • Save kamilkisiela/273faed0e7b696eb8367ab11641a1726 to your computer and use it in GitHub Desktop.
Save kamilkisiela/273faed0e7b696eb8367ab11641a1726 to your computer and use it in GitHub Desktop.
Sofa
import sofa from 'sofa-api';
import express from 'express';
const app = express();
app.use(
sofa({ schema })
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment