fudging around with interpreting opengraph info in resources.js

This commit is contained in:
Nathan Leniz
2015-03-06 17:25:28 +09:00
parent 9df29350ed
commit aad15b88ba
3 changed files with 33 additions and 4 deletions

5
app.js
View File

@@ -349,6 +349,11 @@ app.post(
storyController.upvote
);
app.post(
'/stories/getURLMetaData',
resourcesController.getMetaData
);
/**
* Challenge related routes
*/