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