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