Created
April 24, 2019 13:57
-
-
Save zaiste/792fbbc60e76475d479d0cd42ec095c8 to your computer and use it in GitHub Desktop.
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
const Szelmostwo = require('./'); | |
const { ok } = require('./response'); | |
const app = new Szelmostwo(); | |
app.get('/', async _ => ok({ hello: 'world' })); | |
app.listen(3000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment