mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
fix(cloudcmd) init: add path-link
This commit is contained in:
parent
fd98f12c65
commit
9552baf028
1 changed files with 2 additions and 2 deletions
|
|
@ -149,7 +149,7 @@
|
|||
route : route
|
||||
};
|
||||
|
||||
filesList = [FILE_TMPL, PANEL_TMPL, PATH_TMPL, LINK_TMPL];
|
||||
filesList = [FILE_TMPL, PANEL_TMPL, PATH_TMPL, PATH_LINK_TMPL, LINK_TMPL];
|
||||
|
||||
if (Config.ssl)
|
||||
filesList.push(KEY, CERT);
|
||||
|
|
@ -282,7 +282,7 @@
|
|||
template: {
|
||||
file : FileTemplate,
|
||||
path : PathTemplate,
|
||||
pathLinks : PathLinkTemplate,
|
||||
pathLink : PathLinkTemplate,
|
||||
link : LinkTemplate
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue