Skip to content

Commit 449514b

Browse files
authored
chore: bump avtrdb to v2 (#15)
1 parent 640acf2 commit 449514b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provider/avtrdb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::{
88
USER_AGENT,
99
};
1010

11-
const BASE_URL: &str = "https://api.avtrdb.com/v1/";
11+
const BASE_URL: &str = "https://api.avtrdb.com/v2/";
1212

1313
pub struct AvtrDB {
1414
client: Client,

0 commit comments

Comments
 (0)