Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
pahlevikun committed Dec 18, 2020
1 parent 1804d96 commit 4a9a1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var express = require("express");
var app = express();
var port = process.env.PORT || 3000;
app.use(express.json());
app.use(require("./src/route/router"))
app.use(require("./route/router"))

app.listen(port, function () {
console.log("Server listening " + port);
Expand Down

1 comment on commit 4a9a1d1

@vercel
Copy link

@vercel vercel bot commented on 4a9a1d1 Dec 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.