getActivities api sort added
Showing
... | ... | @@ -4,7 +4,8 @@ |
"description": "", | ||
"main": "server.js", | ||
"scripts": { | ||
"build": "netlify deploy --prod" | ||
"build": "netlify deploy --prod", | ||
"server":"node --watch ./functions/api.js" | ||
}, | ||
"dependencies": { | ||
"cors": "^2.8.5", | ||
... | ... |
Please register or sign in to comment