1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-22 15:57:16 +00:00

added more vs files to gitignore

This commit is contained in:
Bowden Kelly
2018-02-26 15:02:55 -08:00
parent f6d1b55a54
commit 0cd9aec88c
8 changed files with 19 additions and 9 deletions

View File

@@ -6,6 +6,6 @@ import { Request, Response } from "express";
*/
export let index = (req: Request, res: Response) => {
res.render("home", {
title: "Home"
title: "Hello world"
});
};