diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-13 12:38:53 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-13 12:38:53 -0400 |
| commit | 74c749554f46192b0d4424fe5371982d1e48f37c (patch) | |
| tree | f2afa089320f032351c6bda2515c2ee47cc3350a /app/index.js | |
| parent | 90b27c7e5aac1b81aac471d07f8f42dccb90d90b (diff) | |
put admin area on /admin
Diffstat (limited to 'app/index.js')
| -rw-r--r-- | app/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.js b/app/index.js index 708943c..719c424 100644 --- a/app/index.js +++ b/app/index.js @@ -32,7 +32,7 @@ function OKCMS(options) { var adminConfig = options.admin || {}; var adminRoot = this._adminRoot = adminConfig.root || path.join(__dirname, '../themes/okadmin/public'); - var adminPath = this._adminPath = '/_admin'; + var adminPath = this._adminPath = '/admin'; var templateRoot = options.templateRoot || 'templates'; var adminTemplateRoot = options.templateRoot || path.join(__dirname, '../themes/okadmin/templates'); |
