Skip to content

Commit be9c52e

Browse files
committed
fixed port
1 parent 8b289ae commit be9c52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const swaggerDocument = require('./swagger.json');
1212
const PATH = "/images/base.png";
1313
const INDEX = "/front/www/index.html";
1414
const APP = express();
15-
const PORT = 3001;
15+
const PORT = 3000;
1616
const BASE = "/tracker/api/v1/"
1717

1818
const db = new sqlite3.Database("database.db");

0 commit comments

Comments
 (0)