From 0555912a1338fa7619a41a4cbf9f0274fbaaa1be Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 18 Jul 2022 06:31:07 +0000 Subject: [PATCH] new functions usage route --- public/scripts/routes.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/scripts/routes.js b/public/scripts/routes.js index 92dbe3ad75..4d7e0fb77f 100644 --- a/public/scripts/routes.js +++ b/public/scripts/routes.js @@ -232,6 +232,13 @@ window.ls.router scope: "console", project: true }) + .add("/console/functions/usage", { + template: function(window) { + return window.location.pathname + window.location.search + '&version=' + APP_ENV.CACHEBUSTER; + }, + scope: "console", + project: true + }) .add("/console/functions/function", { template: "/console/functions/function?version=" + APP_ENV.CACHEBUSTER, scope: "console",