blob: 5038197b0afbb4c5481ccc0cafef69690331b4ce (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// eslint-disable-next-line no-undef
var res = http.post('http://localhost:1986/' + SERVER_PATH, {
headers: {'Content-Type': 'text/plain'},
body: '',
})
// eslint-disable-next-line no-undef
output.result = json(res.body).appviewDid
|