We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e7924 commit cbc9f56Copy full SHA for cbc9f56
file_controller.cc
@@ -28,7 +28,6 @@ std::string genTree(const HttpRequestPtr &req, std::function<void(const HttpResp
28
char *pathvar;
29
pathvar = getenv("PWD");
30
std::string result = shell_commons(("cd "+std::string(pathvar)+"/.. " + "&&"+"tree -J root" ).c_str()) ;
31
- std::cout << result << std::endl;
32
auto res = HttpResponse::newHttpResponse();
33
res->addHeader("Access-Control-Allow-Origin", "*");
34
res ->setBody(result);
0 commit comments