mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Refactored server to handle new JSON post requests
This commit is contained in:
parent
0f71d6705b
commit
3c0e593ed4
3 changed files with 284 additions and 24 deletions
|
@ -34,6 +34,7 @@ var bodyParser = require('body-parser');
|
|||
const recivedFiles = "public/recivedfiles";
|
||||
const motdFile = "public/motd";
|
||||
const staticFile = "public/data/static";
|
||||
const dataFile = "public/data/data";
|
||||
const countFile = "public/data/count";
|
||||
const manFile = "public/man.html";
|
||||
const simpOutFile = "public/simplified";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue