quick fix
This commit is contained in:
parent
553493052b
commit
342eacb64a
|
|
@ -261,7 +261,7 @@ async function chargerDepeches() {
|
|||
const feed = document.getElementById('feed');
|
||||
|
||||
try {
|
||||
const r = await fetch('/depeches');
|
||||
const r = await fetch('/api/depeches');
|
||||
const depeches = await r.json();
|
||||
feed.innerHTML = '';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue