From 3018e4c78af7fab67982fe663c5c4d6a3fcdc3cb Mon Sep 17 00:00:00 2001 From: MrFry Date: Wed, 8 Apr 2020 14:55:06 +0200 Subject: [PATCH] Changed api address back to prod --- stable.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable.user.js b/stable.user.js index d0e4d43..592b61d 100755 --- a/stable.user.js +++ b/stable.user.js @@ -62,8 +62,8 @@ var addEventListener // add event listener function const serverAdress = 'https://qmining.frylabs.net/' // const serverAdress = 'http://localhost:8080/' - // const apiAdress = 'https://api.frylabs.net/' - const apiAdress = 'http://localhost:8080/' + const apiAdress = 'https://api.frylabs.net/' + // const apiAdress = 'http://localhost:8080/' const ircAddress = 'https://kiwiirc.com/nextclient/irc.sub.fm/#qmining' // forcing pages for testing. unless you test, do not set these to true!