Implementing API - WIP frontend
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
import Webserver from "./webserver.js";
|
||||
import {gpxParser} from "./gpxParser.js";
|
||||
|
||||
/**
|
||||
* Command handler for stdin input.
|
||||
@@ -65,7 +64,6 @@ process.stdin.on("data", async data => {
|
||||
const server = new Webserver({
|
||||
port: 4399,
|
||||
publicDir: "app/public",
|
||||
dataDir: "",
|
||||
maxBodySize: 5242880, // 5MB
|
||||
timeout: 10000, // 10 seconds
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user