Skip to content

Commit

Permalink
(modchecker): remove proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPandir committed Aug 12, 2024
1 parent e68c322 commit dbff5ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modchecker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ class Modchecker extends Addon {
super(...args);
this.inject('chat.badges');

const corsProxy = 'https://relaxo.dev/?a=';
this.domain = 'https://modchecker.com';
this.apiBase = `${corsProxy}${this.domain}/api/v1`;
this.apiBase = `${this.domain}/api/v1`;
this.badgeBase = this.domain;

this.clickRedirectLink = this.domain;
Expand Down

0 comments on commit dbff5ca

Please sign in to comment.