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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -