mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
fix(cloudcmd) change index path
This commit is contained in:
parent
a89eb26c67
commit
5573297965
1 changed files with 1 additions and 1 deletions
|
|
@ -22,13 +22,13 @@
|
|||
Minify = main.minify,
|
||||
Config = main.config,
|
||||
|
||||
INDEX_PATH = HTMLDIR + 'index.html',
|
||||
CONFIG_PATH = JSONDIR + 'config.json',
|
||||
|
||||
KEY = DIR + 'ssl/ssl.key',
|
||||
CERT = DIR + 'ssl/ssl.crt',
|
||||
|
||||
HTML_FS_DIR = HTMLDIR + 'fs/',
|
||||
INDEX_PATH = HTML_FS_DIR + 'index.html',
|
||||
FILE_TMPL = HTML_FS_DIR + 'file.html',
|
||||
PANEL_TMPL = HTML_FS_DIR + 'panel.html',
|
||||
PATH_TMPL = HTML_FS_DIR + 'path.html',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue