Pairgoth json export is now complete

This commit is contained in:
Claude Brisson
2024-03-30 06:06:06 +01:00
parent aefc567d29
commit 1cd59d54ba
5 changed files with 20 additions and 10 deletions

View File

@@ -123,7 +123,7 @@ onLoad(() => {
let form = $('#tournament-infos')[0];
let shortName = form.val('shortName');
let hdrs = headers();
hdrs['Accept'] = 'application/json';
hdrs['Accept'] = 'application/pairgoth';
fetch(`${base}tour/${tour_id}`, {
headers: hdrs
}).then(resp => {