api port number typo

This commit is contained in:
Christian Kellner
2020-07-17 22:22:04 +02:00
parent f74e36bd66
commit 7912c3e50a

View File

@@ -1,7 +1,7 @@
const bodyParser = require('body-parser');
const config = require('../../conf/config');
const { getLastJobExecution, getLastProviderExecution, getTotalNumberOfListings } = require('../services/store');
const PORT = 9908;
const PORT = 9998;
const service = require('restana')();
service.use(bodyParser.json());