mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2026-03-31 17:41:52 +00:00
fix: fix for tslint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Request, Response} from "express";
|
||||
import { Request, Response } from "express";
|
||||
|
||||
/**
|
||||
* GET /
|
||||
@@ -9,4 +9,3 @@ export let index = (req: Request, res: Response) => {
|
||||
title: "Home"
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user