working on organization create endpoint

This commit is contained in:
Arjun Patel
2019-01-27 19:40:18 -08:00
parent 1aa0d2268a
commit 60590906a0
5 changed files with 77 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
organization: require('./organization.controller')
};