Last active
January 24, 2019 16:09
-
-
Save kamilkisiela/273faed0e7b696eb8367ab11641a1726 to your computer and use it in GitHub Desktop.
Sofa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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