mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
minor path change
This commit is contained in:
parent
2d81a76ef0
commit
934319f984
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ const DELIM = C('green') + '|' + C()
|
|||
import utils from '../utils/utils'
|
||||
import { Request } from '../types/basicTypes'
|
||||
|
||||
const vlogDir = './stats/vlogs/'
|
||||
const logDir = './stats/logs/'
|
||||
const vlogDir = 'stats/vlogs/'
|
||||
const logDir = 'stats/logs/'
|
||||
const statFile = 'stats/stats'
|
||||
const vStatFile = 'stats/vstats'
|
||||
const uStatsFile = 'stats/ustats'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue