Created
March 2, 2017 10:48
-
-
Save mclhrn/dc5321a01923848d754f5cf75962da61 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.use('/box/srv/1.1/app/init', function (req, res) { | |
res.json( | |
{ | |
"init": { | |
"trackId": "<GET_THIS_FROM_FHINIT>" | |
}, | |
"status": "ok", | |
"apptitle": "<TITLE>", | |
"domain": "bnp", | |
"firstTime": true, | |
"hosts": { | |
"type": "cloud_nodejs", | |
"url": "<LOCAL_CLOUD_IP>:8001", | |
"environment": "dev" | |
} | |
} | |
); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment