Merge branch 'master' into user_subscription

This commit is contained in:
Leon Liang
2019-09-27 21:40:39 -04:00
committed by GitHub
11 changed files with 214 additions and 243 deletions

View File

@@ -24,4 +24,5 @@ app.post('/putPost', FBauth, putPost);
// users routes
app.get('/getUser/:handle', getUserDetails);
exports.api = functions.https.onRequest(app);