chore(web,mobile): update github repo url (#974)

This commit is contained in:
Jason Rasmussen 2022-11-15 21:30:44 -05:00 committed by GitHub
parent 4727671c79
commit 909e4820d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 10 deletions

View file

@ -9,7 +9,7 @@ type GithubRelease = {
};
export const checkAppVersion = async (): Promise<CheckAppVersionReponse> => {
const res = await fetch('https://api.github.com/repos/alextran1502/immich/releases/latest', {
const res = await fetch('https://api.github.com/repos/immich-app/immich/releases/latest', {
headers: {
Accept: 'application/vnd.github.v3+json'
}