post creation and adding ribbon functionality

This commit is contained in:
Arjun Patel
2019-04-12 11:51:33 -07:00
parent ee52f38d48
commit a43e1d8dfd
5 changed files with 100 additions and 3 deletions
+2 -1
View File
@@ -10,5 +10,6 @@ module.exports = {
auth: require('./auth.controller'),
charge: require('./charge.controller'),
project: require('./project.controller'),
image: require('./image.controller')
image: require('./image.controller'),
post: require('./post.controller')
};