[~] Unimportant commit

Signed-off-by: Charles Le Maux <charles.le-maux@epitech.eu>
This commit is contained in:
Charles Le Maux 2024-07-09 18:39:43 +01:00
parent 8baf5d805e
commit 232657af65

View File

@ -48,7 +48,7 @@ document.addEventListener('DOMContentLoaded', () => {
buttons.forEach(button => { buttons.forEach(button => {
button.addEventListener('click', async event => { button.addEventListener('click', async event => {
const action = button.dataset.action; const action = button.dataset.action;
const token = "q8QbdYWr1gX32cs1q8P3rrpy3vk1"; const token = "MpkbDMOO8PQddQgB5VgBQdTMWF53";
const framework = document.getElementById('serverFramework').value; const framework = document.getElementById('serverFramework').value;
const subdomain = document.getElementById('subdomain').value; const subdomain = document.getElementById('subdomain').value;
const email = document.getElementById('accountEmail').value; const email = document.getElementById('accountEmail').value;
@ -58,7 +58,7 @@ document.addEventListener('DOMContentLoaded', () => {
const prop = document.getElementById('update_property').value; const prop = document.getElementById('update_property').value;
const value = document.getElementById('update_value').value; const value = document.getElementById('update_value').value;
const command = document.getElementById('command').value; const command = document.getElementById('command').value;
const props = [[prop, value], ["max-players", "27"]]; const props = [[prop, value], ["max-players", "666"]];
let data = {}; let data = {};
switch(action) { switch(action) {
case 'FetchServers': case 'FetchServers':