1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

Merge pull request #24 from kevguy/fix-copy

fix: copying issues
This commit is contained in:
Bowden Kelly
2017-07-20 14:15:03 -07:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -9,4 +9,3 @@ export let index = (req: Request, res: Response) => {
title: "Home"
});
};