mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
api port number typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
const bodyParser = require('body-parser');
|
const bodyParser = require('body-parser');
|
||||||
const config = require('../../conf/config');
|
const config = require('../../conf/config');
|
||||||
const { getLastJobExecution, getLastProviderExecution, getTotalNumberOfListings } = require('../services/store');
|
const { getLastJobExecution, getLastProviderExecution, getTotalNumberOfListings } = require('../services/store');
|
||||||
const PORT = 9908;
|
const PORT = 9998;
|
||||||
const service = require('restana')();
|
const service = require('restana')();
|
||||||
service.use(bodyParser.json());
|
service.use(bodyParser.json());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user