mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-06 01:07:03 +08:00
Refactor(debug): simplify version string (#380)
This commit is contained in:
@@ -210,7 +210,6 @@ func version(w http.ResponseWriter, r *http.Request) {
|
||||
render.JSON(w, r, render.M{
|
||||
"version": V.Version,
|
||||
"commit": V.GitCommit,
|
||||
"debug": V.Debug(),
|
||||
"modules": V.Info(),
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user