This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Description
services/HttpServer.ts #53 ~
this.server.views({
engines: {
html: Handlebars
},
relativeTo: path.resolve(__dirname, '../'),
path: 'templates'
})
In 1.2.x version, the landing page is fixed as above.
If add an extra parameter in config as 'CODIUS_HOST_INDEX=....'
and use it for resolving a path name,
sever operator can design their own index file.