mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-27 16:36:39 +00:00
missed the projects/ API endpoint part
This commit is contained in:
parent
cf819c572b
commit
d15d9e65c2
@ -131,7 +131,7 @@ namespace Ryujinx.Ava.Systems
|
|||||||
public override string ToString() => $"{Group}/{Project}";
|
public override string ToString() => $"{Group}/{Project}";
|
||||||
|
|
||||||
public string GetLatestReleaseApiUrl() =>
|
public string GetLatestReleaseApiUrl() =>
|
||||||
$"https://git.ryujinx.app/api/v4/{Id}/releases/permalink/latest";
|
$"https://git.ryujinx.app/api/v4/projects/{Id}/releases/permalink/latest";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user