mirror of
https://github.com/hubHarmony/servii-backend.git
synced 2024-11-18 05:50:31 +00:00
[~] Unimportant commit
Signed-off-by: Charles Le Maux <charles.le-maux@epitech.eu>
This commit is contained in:
parent
8baf5d805e
commit
232657af65
@ -48,7 +48,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
buttons.forEach(button => {
|
||||
button.addEventListener('click', async event => {
|
||||
const action = button.dataset.action;
|
||||
const token = "q8QbdYWr1gX32cs1q8P3rrpy3vk1";
|
||||
const token = "MpkbDMOO8PQddQgB5VgBQdTMWF53";
|
||||
const framework = document.getElementById('serverFramework').value;
|
||||
const subdomain = document.getElementById('subdomain').value;
|
||||
const email = document.getElementById('accountEmail').value;
|
||||
@ -58,7 +58,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
const prop = document.getElementById('update_property').value;
|
||||
const value = document.getElementById('update_value').value;
|
||||
const command = document.getElementById('command').value;
|
||||
const props = [[prop, value], ["max-players", "27"]];
|
||||
const props = [[prop, value], ["max-players", "666"]];
|
||||
let data = {};
|
||||
switch(action) {
|
||||
case 'FetchServers':
|
||||
|
Loading…
Reference in New Issue
Block a user