Merge branch 'master' of gitlab.com:wolutator/homepage
This commit is contained in:
@ -46,6 +46,7 @@ let cache: any = {}
|
||||
|
||||
|
||||
app.engine('pag', (filePath: string, options: any, callback: any) => {
|
||||
// logger.info(JSON.stringify(options))
|
||||
if (! (filePath in cache)) {
|
||||
logger.info(`${filePath} not yet in cache`)
|
||||
|
||||
@ -122,3 +123,4 @@ app.listen(config.dict.httpPort, () => {
|
||||
})
|
||||
logger.info("Homepage running")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user