summaryrefslogtreecommitdiff
path: root/app/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-05 17:10:00 -0400
committerJules Laplace <jules@okfoc.us>2016-04-05 17:23:06 -0400
commit6c09824946214db696beb59e34ce2e448d504abc (patch)
treef10e10430930bacd28414fe26d2c20d155ea2959 /app/index.js
parent62ce072b3c32bacf3d290b44bf1b9db8154d30a7 (diff)
better max file size stuff
Diffstat (limited to 'app/index.js')
-rw-r--r--app/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/index.js b/app/index.js
index 06b1591..d478a03 100644
--- a/app/index.js
+++ b/app/index.js
@@ -53,7 +53,8 @@ function OKCMS(options) {
}, metaDefault, metaUser);
var adminMeta = assign({
- static: withoutTrailingSlash(adminPath)
+ static: withoutTrailingSlash(adminPath),
+ services: options.services,
}, metaDefault, metaUser);
var schemaConfig = options.schemas || {};