Skip to content
Snippets Groups Projects
Commit e5512a35 authored by Hugo BAYOUD's avatar Hugo BAYOUD
Browse files

change comment

parent 39290e1e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ const router = require('express').Router();
const Bar = require('../models/bar.model');
const Drink = require('../models/drink.model');
// GET : /v1/menu
// GET : /v1/menu/:idBar
router.get('/:id', (req, res) => {
Bar.findOne({ '_id': req.params.id }, (err, bar) => {
if (err) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment