mirror of
https://github.com/italicsjenga/handlebars-ipinfo.git
synced 2024-11-24 05:21:29 +11:00
fix formatting
This commit is contained in:
parent
61cca62bf6
commit
9a3e1c6e38
2
index.ts
2
index.ts
|
@ -3,7 +3,7 @@ import expresshb = require('express-handlebars');
|
|||
|
||||
var app = express();
|
||||
|
||||
app.engine('handlebars', expresshb({defaultLayout: 'main'}));
|
||||
app.engine('handlebars', expresshb({ defaultLayout: 'main' }));
|
||||
app.set('view engine', 'handlebars');
|
||||
|
||||
app.get('/', function (req, res) {
|
||||
|
|
Loading…
Reference in a new issue