diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-05 17:10:00 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-05 17:23:06 -0400 |
| commit | 6c09824946214db696beb59e34ce2e448d504abc (patch) | |
| tree | f10e10430930bacd28414fe26d2c20d155ea2959 /app/index.js | |
| parent | 62ce072b3c32bacf3d290b44bf1b9db8154d30a7 (diff) | |
better max file size stuff
Diffstat (limited to 'app/index.js')
| -rw-r--r-- | app/index.js | 3 |
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 || {}; |
