mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
describe why /customize/www/ is served
This commit is contained in:
parent
6c73e05d19
commit
db59cc081d
@ -148,6 +148,8 @@ app.use(function (req, res, next) {
|
||||
next();
|
||||
});
|
||||
|
||||
// serve custom app content from the customize directory
|
||||
// useful for testing pages customized with opengraph data
|
||||
app.use(Express.static(__dirname + '/customize/www'));
|
||||
app.use(Express.static(__dirname + '/www'));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user