summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-02 18:34:16 -0400
committerJules Laplace <julescarbon@gmail.com>2017-06-02 18:34:16 -0400
commitfe67fe503ac4a07ece372b37bd1cadad1e88eb46 (patch)
treefd07e4135eb7e4d9c6c455105a12ae1f53b0e0a9 /index.js
parentebb2433119cb4bbbf1489e3e7d1ba0562481e0d4 (diff)
awdrone - scrape BIJ drones page every 12 hours
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.js b/index.js
index d87836c..cbe8dda 100644
--- a/index.js
+++ b/index.js
@@ -116,6 +116,9 @@ var app = okcms.createApp({
lib: require("./lib/awprint"),
mongodbUrl: "mongodb://localhost/awprint",
},
+ awdrone: {
+ lib: require("./lib/awdrone"),
+ },
push: {
lib: require("./lib/okpush"),
mongodbUrl: "mongodb://localhost/okpush_hga",