Skip to content

Commit 707ad13

Browse files
author
dada513
committed
Change API back to non-beta
1 parent 66ae23a commit 707ad13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default {
2-
api: "https://beta.stopmodreposts.org/sites.json",
2+
api: "https://api.stopmodreposts.org/sites.json",
33
mail: "help@stopmodreposts.org",
44
};

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"background": {
1313
"scripts": ["out/background.bundle.js"]
1414
},
15-
"permissions": ["https://beta.stopmodreposts.org/sites.json", "tabs"],
15+
"permissions": ["https://api.stopmodreposts.org/sites.json", "tabs"],
1616
"manifest_version": 2
1717
}

0 commit comments

Comments
 (0)