Skip to content

Commit 150c86d

Browse files
authored
chore: remove claim page (#169)
1 parent d21f771 commit 150c86d

File tree

5 files changed

+0
-151
lines changed

5 files changed

+0
-151
lines changed

apps/buy.immich.app/routes/claim/[[id]]/+page.svelte

Lines changed: 0 additions & 96 deletions
This file was deleted.

apps/buy.immich.app/routes/claim/[[id]]/+page.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

example.env

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
IMMICH_APP=buy.immich.app
22
PUBLIC_IMMICH_PAY_HOST=https://futopay-test.azurewebsites.net
3-
# PUBLIC_IMMICH_API_HOST=http://localhost:8080
4-
# PUBLIC_IMMICH_API_HOST=https://api.immich.app
53
# PUBLIC_IMMICH_SPEC_URL=http://localhost:3000/api/spec.json

src/lib/utils/oauth.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

svelte.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import dotenv from 'dotenv';
55
dotenv.config();
66

77
process.env.PUBLIC_IMMICH_PAY_HOST = process.env.PUBLIC_IMMICH_PAY_HOST || 'https://pay.futo.org';
8-
process.env.PUBLIC_IMMICH_API_HOST = process.env.PUBLIC_IMMICH_API_HOST || 'https://api.immich.app';
98
process.env.PUBLIC_IMMICH_SPEC_URL = process.env.PUBLIC_IMMICH_SPEC_URL || 'https://static.immich.cloud/docs/spec.json';
109

1110
const app = process.env.IMMICH_APP || 'my.immich.app';

0 commit comments

Comments
 (0)