6 lines
210 B
JavaScript
6 lines
210 B
JavaScript
// eslint-disable-next-line no-undef, typescript/no-unsafe-call, typescript/no-unsafe-member-access
|
|
http.post('http://localhost:1986/' + SERVER_PATH, {
|
|
headers: {'Content-Type': 'text/plain'},
|
|
body: '',
|
|
})
|