angularjs - MEAN making posts with individual url -
when see questions on stackoverflow.com, find https://stackoverflow.com/questions/11234554 each post has individual url.
i have made q&a list pulls data mongodb , html page have each question. create url based on question number database? if so, how can append /11234554 /questions ? can make request each item on list, then?
router.get('/questions', function(req, res, next){ "how make request every question number?" })
any guide appreciated!
Comments
Post a Comment