mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
File path fixes
This commit is contained in:
parent
2816347cbd
commit
e0b9d4e09f
7 changed files with 19 additions and 17 deletions
|
@ -28,8 +28,8 @@ module.exports = {
|
|||
const DELIM = '|'
|
||||
|
||||
var utils = require('../utils/utils.js')
|
||||
const nlogFile = '../stats/nlogs'
|
||||
const locLogFile = '../stats/logs'
|
||||
const nlogFile = './stats/nlogs'
|
||||
const locLogFile = './stats/logs'
|
||||
const logFile = '/nlogs/nlogs'
|
||||
const allLogFile = '/nlogs/log'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue