fix(metadata): update routes for new server

This commit is contained in:
DecDuck
2025-01-09 12:10:19 +11:00
parent 4e93eb440c
commit 7ab53f3357
2 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ impl GameDownloadAgent {
let manifest_url = base_url
.join(
format!(
"/api/v1/client/metadata/manifest?id={}&version={}",
"/api/v1/client/game/manifest?id={}&version={}",
self.id,
encode(&self.version)
)