Skip to content

Commit

Permalink
feat: use api v3
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 14, 2025
1 parent b3139d6 commit a37df20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Result } from "./result";

const apiUrl = "https://api.bedrinth.com/v0.3";
const apiUrl = "https://api.bedrinth.com/v3";

export interface SearchPackagesResponse {
pageIndex: number;
Expand Down

0 comments on commit a37df20

Please sign in to comment.