diff --git a/lib/api/api.js b/lib/api/api.js index 5e67439..362ef0c 100644 --- a/lib/api/api.js +++ b/lib/api/api.js @@ -13,7 +13,7 @@ import files from 'serve-static'; import path from 'path'; import { getDirName } from '../utils.js'; const service = restana(); -const staticService = files(path.join(getDirName(), '../../ui/public')); +const staticService = files(path.join(getDirName(), '../ui/public')); const PORT = config.port || 9998; service.use(bodyParser.json()); diff --git a/package.json b/package.json index a80e939..95d3025 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fredy", - "version": "7.1.0", + "version": "7.1.1", "description": "[F]ind [R]eal [E]states [d]amn eas[y].", "scripts": { "start": "node index.js",