mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
missed the projects/ API endpoint part
This commit is contained in:
parent
8f5102aa2a
commit
d688fed7d2
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace Ryujinx.Ava.Systems
|
|||
public override string ToString() => $"{Group}/{Project}";
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue