mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore(web,mobile): update github repo url (#974)
This commit is contained in:
parent
4727671c79
commit
909e4820d6
6 changed files with 11 additions and 10 deletions
|
|
@ -18,7 +18,7 @@ class ReleaseInfoNotifier extends StateNotifier<String> {
|
|||
String? localReleaseVersion = box.get(githubReleaseInfoKey);
|
||||
final res = await client.get(
|
||||
Uri.parse(
|
||||
"https://api.github.com/repos/alextran1502/immich/releases/latest",
|
||||
"https://api.github.com/repos/immich-app/immich/releases/latest",
|
||||
),
|
||||
headers: {"Accept": "application/vnd.github.v3+json"});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue