summaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorjules <jules@carbonpictures.com>2017-06-06 14:15:58 +0000
committerjules <jules@carbonpictures.com>2017-06-06 14:15:58 +0000
commit89678a869c9de7c5014cf12e57ba3c500680a798 (patch)
tree991fe5eca96ed70b0c1a2b3f3c2db6d766451873 /index.js
parent5a524361a96c86ba91a6aaa849032a1e8047716f (diff)
show index now
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index be83ac3..d913fcd 100644
--- a/index.js
+++ b/index.js
@@ -87,7 +87,7 @@ var app = okcms.createApp({
],
views: {
- '/': { template: 'blank' },
+ '/': { template: 'index' },
'/home/': { template: 'index' },
'/information/': { template: 'index' },
'/drones/': { template: 'index' },