Commit bf15a3481d8f0766ecd0c557b07c2e66edd982a4
1 parent
c07e4d11
Exists in
master
and in
1 other branch
V. 0.7.2 - Added route to consumer to test production access.
Showing
3 changed files
with
9 additions
and
0 deletions
Show diff stats
client/package.json
routes/index.js
... | ... | @@ -11,6 +11,7 @@ mongoose.connect(keys.mongoURI); |
11 | 11 | require("./authRoutes")(router); |
12 | 12 | require("./mapRoutes")(router); |
13 | 13 | require("./consumerRoutes")(router); |
14 | +require("./reactMap")(router); | |
14 | 15 | |
15 | 16 | /* GET home page. */ |
16 | 17 | router.get("/", function(req, res, next) { | ... | ... |