fix(cloudcmd) init: add path-link

This commit is contained in:
coderaiser 2014-05-26 10:16:24 -04:00
parent fd98f12c65
commit 9552baf028

View file

@ -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
}
}),