Update index.ts
This commit is contained in:
parent
9ebcf72fe4
commit
8b6d9e2d1a
@ -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 New Issue
Block a user