From 8b6d9e2d1a5599131c8063504db0d26bb4bdff7c Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Wed, 13 Nov 2024 14:31:55 +0100 Subject: [PATCH] Update index.ts --- app/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/index.ts b/app/src/index.ts index 2763502..a437a2a 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -17,7 +17,7 @@ app.use(express.json()) app.use(express.static('public', { setHeaders: addResponseHeaders })) /* - * [ROUTE] This is the request for a shared link + * [ROUTE] This is the main URL that someone would visit if they are opening a shared link */ app.get('/share/:key', async (req, res) => { await immich.handleShareRequest({