From 1facaaffbf2038682e1625d803129ac53cd6e25e Mon Sep 17 00:00:00 2001 From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com> Date: Fri, 31 Jul 2020 11:19:02 +0200 Subject: [PATCH] feat: change path to service into manifest --- manifest.webapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.webapp b/manifest.webapp index 3bfedf399..cbb741684 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -24,7 +24,7 @@ "services": { "monthlyReport": { "type": "node", - "file": "monthlyReport.ts", + "file": "services/monthlyReport/ecolyo.js", "trigger": "@cron 0 0 * * * *" } }, -- GitLab