mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-28 20:01:57 +00:00
Update docs
This commit is contained in:
parent
e80e7950c0
commit
862de83721
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@ import { Request } from 'express-serve-static-core'
|
|||
require('dotenv').config()
|
||||
|
||||
const app = express()
|
||||
// Add the EJS view engine, to render the gallery page
|
||||
app.set('view engine', 'ejs')
|
||||
// Serve static assets from the /public folder
|
||||
app.use(express.static('public'))
|
||||
|
||||
// An incoming request for a shared link
|
||||
|
|
Loading…
Reference in a new issue