summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-01-24 13:07:23 +0100
committerJules Laplace <julescarbon@gmail.com>2018-01-24 13:07:23 +0100
commit08ac33fbd67e115f50855f310f192a4d38fcaf50 (patch)
tree63ec4d13306e0b480fe3a21543fd2b97537808dc /index.js
parent3ce1a44ab308f4c483541944aa777ec8aa91af2b (diff)
begin keyword dump endpoint, add search rebuild endpoint
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.js b/index.js
index 650188f..3de4e87 100644
--- a/index.js
+++ b/index.js
@@ -1,2 +1,2 @@
-var app = require('./bucky/app/index')
-app.init()
+var site = require('./bucky/app/site')
+site.init()