mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Changed api address back to prod
This commit is contained in:
parent
aec830c265
commit
3018e4c78a
1 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue