mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-28 03:41:58 +00:00
Update index.ts
This commit is contained in:
parent
9ebcf72fe4
commit
8b6d9e2d1a
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue