change endpoints
This commit is contained in:
parent
94630018f7
commit
2f8b205b22
|
@ -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}`)
|
||||
|
|
Loading…
Reference in New Issue
Block a user