diff --git a/src/dependencies.pug b/src/dependencies.pug index 2bc5473..2e7f26f 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -14,7 +14,7 @@ if libLocal script(type="module" src="/lib/sib-conversation/sib-conversation.js") if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users)) script(type="module" src="/lib/sib-directory/sib-directory.js") - if endpoints.dashboard || (endpoints.get && endpoints.get.dashboard) + if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards) script(type="module" src="/lib/sib-dashboard/sib-dashboard.js") else script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8") @@ -30,7 +30,7 @@ else script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.3") if publicDirectory && (endpoints.users || (endpoints.get && endpoints.get.users)) script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3") - if endpoints.dashboard || (endpoints.get && endpoints.get.dashboard) + if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards) script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@0.1") //- Stylesheets