BUG修复

This commit is contained in:
2024-05-20 15:49:40 +08:00
parent 6c755b4999
commit 245a52a49a
2 changed files with 1 additions and 0 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -39,6 +39,7 @@ func main() {
http.Handle(contextPath+"/exec/", websocket.Handler(ExecContainer))
httpDir := http.FileServer(http.Dir(*localPath))
//http.Handle(contextPath+"/", http.StripPrefix("/console/", http_dir))
http.Handle(contextPath+"/", http.StripPrefix(contextPath+"/", httpDir))
// 仅index.html