bsky-app/__e2e__/setupServer.js

6 lines
138 B
JavaScript
Raw Normal View History

// eslint-disable-next-line
http.post('http://localhost:1986/' + SERVER_PATH, {
headers: {'Content-Type': 'text/plain'},
body: '',
})