mirror of
https://github.com/EndPwnArchive/bspwn-scraper.git
synced 2024-08-15 00:03:26 +00:00
start pulling plugins from stable instead of staging
This commit is contained in:
parent
c4e6014b43
commit
df7fa28aaf
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@
|
|||
const data = electron.app.getPath('userData');
|
||||
|
||||
// TODO: make this...not constant
|
||||
const approot = 'https://ep3staging.dr1ft.xyz';
|
||||
const approot = 'https://endpwn.github.io/endpwn3';
|
||||
|
||||
// continue to discord
|
||||
function load() {
|
||||
|
|
Loading…
Reference in a new issue