Skip to content

Commit

Permalink
Merge pull request #83 from boostcampwm-2022/Fix/Server
Browse files Browse the repository at this point in the history
fix: app.ts import 삭제
  • Loading branch information
ekek54 authored Dec 9, 2022
2 parents 86c6baa + ac4739d commit b49beb9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ import * as redis from "redis";
import indexRouter from "./routes/index";
import errorMiddleware from "./Middlewares/Error.Middleware";
import NotFoundException from "./Common/Exceptions/NotFound.Exception";
import ResponseSaveScheduler from "./Response/Utils/ResponseSaveScheduler";
import CountIncreaseScheduler from "./Response/Utils/CountIncreaseScheduler";
import ResponseUpdateScheduler from "./Response/Utils/ResponseUpdateScheduler";

dotenv.config();
const app = express();
Expand Down

0 comments on commit b49beb9

Please sign in to comment.