diff --git a/http.go b/http.go index c92a181..b506ba3 100644 --- a/http.go +++ b/http.go @@ -37,7 +37,7 @@ func HttpAnySignIn(c *gin.Context) { } func HttpGetRecover(c *gin.Context) { - + c.HTML(http.StatusOK, "page-recover.html", gin.H{}) } func HttpAnyIndex(c *gin.Context) { diff --git a/version.go b/version.go index 883c83e..d875216 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ // Code generated by version.sh (@generated) DO NOT EDIT. package main -var githash = "d8cfb3c" +var githash = "4941772" var branch = "master" -var buildstamp = "2024-11-17_16:26:08" -var commits = "96" -var version = "d8cfb3c-b96 - 2024-11-17_16:26:08" +var buildstamp = "2024-11-17_16:27:41" +var commits = "97" +var version = "4941772-b97 - 2024-11-17_16:27:41"