[Vuejs]-Basic nodejs and express server setup not working 21 October 2023 by thecoderscamp.com 0👍 Forgot to add “/” here before api: app.use('api/add', users); should be app.use('/api/add', users) [Vuejs]-How to pass props to child component after the parent finshed the ajax call? Source:stackexchange.com