|
|
|
@ -133,7 +133,7 @@ class LokiMessageAPI {
|
|
|
|
method: 'POST',
|
|
|
|
method: 'POST',
|
|
|
|
body,
|
|
|
|
body,
|
|
|
|
headers: {
|
|
|
|
headers: {
|
|
|
|
'X-Loki-EphemKey:': 'not implemented yet',
|
|
|
|
'X-Loki-EphemKey': 'not implemented yet',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
@ -224,7 +224,7 @@ class LokiMessageAPI {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
};
|
|
|
|
const headers = {
|
|
|
|
const headers = {
|
|
|
|
'X-Loki-EphemKey:': 'not implemented yet',
|
|
|
|
'X-Loki-EphemKey': 'not implemented yet',
|
|
|
|
};
|
|
|
|
};
|
|
|
|
const fetchOptions = {
|
|
|
|
const fetchOptions = {
|
|
|
|
method: 'POST',
|
|
|
|
method: 'POST',
|
|
|
|
|