Skip to content

Instantly share code, notes, and snippets.

@ichtrojan
Created December 3, 2017 13:18
Show Gist options
  • Save ichtrojan/b07689627f93502a53d50f3166b10689 to your computer and use it in GitHub Desktop.
Save ichtrojan/b07689627f93502a53d50f3166b10689 to your computer and use it in GitHub Desktop.
var express = require('express');
var router = express.Router();
/* GET food listing. */
router.get('/', function(req, res, next) {
res.send('Are you hungry');
});
module.exports = router;
@vadym1930
Copy link

vadym1930 commented Apr 18, 2022

Each hungry soul ends up being on this page at some point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment