1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-01-16 04:46:45 +01:00

Update docs

This commit is contained in:
Alan Grainger 2024-10-30 15:43:07 +01:00
parent e80e7950c0
commit 862de83721

View file

@ -8,7 +8,9 @@ import { Request } from 'express-serve-static-core'
require('dotenv').config() require('dotenv').config()
const app = express() const app = express()
// Add the EJS view engine, to render the gallery page
app.set('view engine', 'ejs') app.set('view engine', 'ejs')
// Serve static assets from the /public folder
app.use(express.static('public')) app.use(express.static('public'))
// An incoming request for a shared link // An incoming request for a shared link