add cause and region as org and creating an org

This commit is contained in:
Arjun Patel
2019-01-27 22:46:49 -08:00
parent 60590906a0
commit e77b31a8f2
5 changed files with 90 additions and 31 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
module.exports = {
organization: require('./organization.controller')
organization: require('./organization.controller'),
cause: require('./cause.controller'),
region: require('./region.controller')
};