@@ -62,11 +62,11 @@ public class FrontTestController { | |||
} | |||
@GetMapping("init") | |||
public void initDriver(@RequestParam("f") String f) { | |||
try { | |||
/* try { | |||
readFileByBytes(f); | |||
} catch (IOException e) { | |||
e.printStackTrace(); | |||
} | |||
}*/ | |||
} | |||
public void readFileByBytes(String f) throws IOException { |