Skip to content

Commit

Permalink
Docker works, I just broke the server
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzfeng authored Dec 19, 2020
1 parent 07d2491 commit d564f37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ app.use(
);
app.use(express.json());
app.use(cors());
app.use(pino);

// Attaching Routes
app.use("/account", account);
Expand Down

0 comments on commit d564f37

Please sign in to comment.