Skip to content

Commit f7ce970

Browse files
committed
docs(mkdocs): change server url for back-end api
deprecate service 'supporters', move to license
1 parent c26dc45 commit f7ce970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/javascripts/sponsors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 );

0 commit comments

Comments
 (0)