Bump API version
All checks were successful
Run Tests on Code / run-tests (push) Successful in 35s

This commit is contained in:
Neshura 2024-10-22 16:13:30 +02:00
parent b07420e0bd
commit d6f883f890
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D

View file

@ -31,7 +31,7 @@ static PAST_DAYS_ELIGIBLE: u8 = 4;
macro_rules! api_url {
() => {
"https://labs.j-novel.club/app/v1".to_owned()
"https://labs.j-novel.club/app/v2".to_owned()
};
}