From 2f8b205b222e51864fcd46d562448f33808bc7d0 Mon Sep 17 00:00:00 2001 From: Guille Date: Thu, 9 May 2024 16:22:00 +0200 Subject: [PATCH] change endpoints --- workflows/meb/module/module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/meb/module/module.js b/workflows/meb/module/module.js index 7d5e71d..1ab7798 100644 --- a/workflows/meb/module/module.js +++ b/workflows/meb/module/module.js @@ -3,8 +3,8 @@ const fs = require('fs') const { Blob } = require('buffer') const dotenv = require('dotenv') const session_start = 'https://nextgenerations-cities.encs.concordia.ca/api/v1.4/session/start' -//const insel_meb = 'https://nextgenerations-cities.encs.concordia.ca/api/v1.4/workflow/insel-monthly-energy-balance' -const insel_meb = 'http://127.0.0.1:15789/v1.4/workflow/insel-monthly-energy-balance' +const insel_meb = https://nextgenerations-cities.encs.concordia.ca/api/v1.4/workflow/insel-monthly-energy-balance + exports.run = async (application, param, tmp_path) => { console.log(`Executing ${application}`)