diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-28 13:59:50 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-28 13:59:50 -0400 |
| commit | 8898bbe48285c7f9f11760ef420cca43d683d5e0 (patch) | |
| tree | 00a2e6c49ddd6894c60e893bfd8426363a3d4a05 /app/index.js | |
| parent | 57026202f9ac0b98cc744734a04bcee362b789a3 (diff) | |
modify links field to specify text and uri
Diffstat (limited to 'app/index.js')
| -rw-r--r-- | app/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/index.js b/app/index.js index 6a1c74f..06b1591 100644 --- a/app/index.js +++ b/app/index.js @@ -28,6 +28,7 @@ function OKCMS(options) { var app = express(); app.enable('strict routing'); + app.disable('x-powered-by'); var root = this._root = options.root || 'public'; var adminConfig = options.admin || {}; |
