Skip to content

Commit

Permalink
fix: correct apiBase
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed May 2, 2024
1 parent a01b225 commit d6c9c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twir/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class Api extends FrankerFaceZ.utilities.module.Module {
this.inject(Commands);
this.inject(Badges);

this.apiBase = 'https://twir.app/api-new/v1/public';
this.apiBase = 'https://twir.app/api/v1/public';
}

async request(path) {
Expand Down

0 comments on commit d6c9c67

Please sign in to comment.