refactor: use .hbs extension
This commit is contained in:
parent
ab5dcd3640
commit
28432b6523
11 changed files with 9 additions and 9 deletions
|
|
@ -38,7 +38,7 @@ export class IndexController {
|
|||
}
|
||||
|
||||
public async index(req: express.Request, res: express.Response): Promise<void> {
|
||||
res.render("index.html", {
|
||||
res.render("index.hbs", {
|
||||
title: "Armory",
|
||||
realms: this.armory.config.realms.map(r => r.name),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue