mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-04-21 15:01:57 +00: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 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…
Reference in a new issue