File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ document$.subscribe( async function( )
4444
4545 try
4646 {
47- const response = await fetch ( 'https://license.configserver.dev/users ' ) ;
47+ const response = await fetch ( 'https://license.configserver.dev/insiders ' ) ;
4848
4949 if ( ! response . ok )
5050 throw new Error ( 'Failed to fetch Insiders members: ' + response . status ) ;
@@ -130,7 +130,7 @@ document$.subscribe( async function( )
130130
131131 try
132132 {
133- const response = await fetch ( 'https://sponsors .configserver.dev/buymeacoffee' ) ;
133+ const response = await fetch ( 'https://license .configserver.dev/buymeacoffee' ) ;
134134
135135 if ( ! response . ok )
136136 throw new Error ( 'Failed to fetch BuyMeACoffee sponsors: ' + response . status ) ;
You can’t perform that action at this time.
0 commit comments