Skip to content

Commit 775edfd

Browse files
authored
Remove "api." suffix from default rootUrl (#303)
1 parent 7aade10 commit 775edfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/options-storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import OptionsSync from 'webext-options-sync';
33
const optionsStorage = new OptionsSync({
44
defaults: {
55
token: '',
6-
rootUrl: 'https://api.github.com/',
6+
rootUrl: 'https://github.com/',
77
playNotifSound: false,
88
showDesktopNotif: false,
99
onlyParticipating: false,

0 commit comments

Comments
 (0)