Update 29.10.2022
This commit is contained in:
@@ -49,7 +49,7 @@ public class WebServer implements HttpHandler {
|
||||
this.enableApiTester = enableApiTester;
|
||||
|
||||
//install typescript converter
|
||||
System.out.println("Creating enviroment...");
|
||||
System.out.println("Creating environment...");
|
||||
this.webRoot = new File("webserver");
|
||||
webRoot.delete();
|
||||
webRoot.mkdirs();
|
||||
|
||||
Reference in New Issue
Block a user