Use single quotes

This commit is contained in:
2020-04-04 04:18:12 +08:00
parent 86a27a2a81
commit c4ac635cb8

View File

@ -1,5 +1,5 @@
import express from 'express';
import morgan from "morgan";
import morgan from 'morgan';
import { getLocationOfTarget } from './app.service';
const port = Number(process.env.PORT) || 3000;