Server API - phcreery/Family_Web_Vue GitHub Wiki
Create
To create a new server API endpoint, simply add to /server/src/routes.js
app.get('/destination',
MyLib.function)
To create a new server API endpoint, simply add to /server/src/routes.js
app.get('/destination',
MyLib.function)