mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Fixed some bugs caused by removing things
This commit is contained in:
parent
e3b4c5f518
commit
fe713b18b4
4 changed files with 8 additions and 3 deletions
1
utils.js
1
utils.js
|
@ -15,7 +15,6 @@ var fs = require('fs');
|
|||
var logger = require('./logger.js');
|
||||
|
||||
const recievedFile = "stats/recieved";
|
||||
const staticFile = "public/data/static";
|
||||
const manFile = "public/man.html";
|
||||
const logFile = "stats/logs";
|
||||
const dataFile = "public/data.json";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue