From c5b94a5a886a36f031fa6e21018bf92ee74c1a55 Mon Sep 17 00:00:00 2001 From: Sean <34076225+Rezzo64@users.noreply.github.com> Date: Wed, 29 Nov 2023 23:06:53 +0000 Subject: [PATCH] Add web URL to config.js --- config/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.js b/config/config.js index a37853b7c..8d59db77c 100644 --- a/config/config.js +++ b/config/config.js @@ -36,11 +36,11 @@ Config.customcolors = { Config.version = "0.11.2"; Config.routes = { - root: '191.101.232.116', + root: 'petmodsdh.com', client: 'localhost', dex: 'dex.pokemonshowdown.com', replays: 'replay.pokemonshowdown.com', users: 'pokemonshowdown.com/users', psmain: 'pokemonshowdown.com', }; -/*** End automatically generated configuration ***/ \ No newline at end of file +/*** End automatically generated configuration ***/