about summary refs log tree commit diff
path: root/__e2e__/setupServer.js
blob: dedf4ffa995e480f03f4adb439c043e101ffd3be (plain) (blame)
1
2
3
4
5
6
7
8
// eslint-disable-next-line
var res = http.post('http://localhost:1986/' + SERVER_PATH, {
  headers: {'Content-Type': 'text/plain'},
  body: '',
})

// eslint-disable-next-line
output.result = json(res.body).appviewDid