Use single quotes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user