recover
This commit is contained in:
parent
49417729ec
commit
d217ba310e
2
http.go
2
http.go
@ -37,7 +37,7 @@ func HttpAnySignIn(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func HttpGetRecover(c *gin.Context) {
|
func HttpGetRecover(c *gin.Context) {
|
||||||
|
c.HTML(http.StatusOK, "page-recover.html", gin.H{})
|
||||||
}
|
}
|
||||||
|
|
||||||
func HttpAnyIndex(c *gin.Context) {
|
func HttpAnyIndex(c *gin.Context) {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Code generated by version.sh (@generated) DO NOT EDIT.
|
// Code generated by version.sh (@generated) DO NOT EDIT.
|
||||||
package main
|
package main
|
||||||
var githash = "d8cfb3c"
|
var githash = "4941772"
|
||||||
var branch = "master"
|
var branch = "master"
|
||||||
var buildstamp = "2024-11-17_16:26:08"
|
var buildstamp = "2024-11-17_16:27:41"
|
||||||
var commits = "96"
|
var commits = "97"
|
||||||
var version = "d8cfb3c-b96 - 2024-11-17_16:26:08"
|
var version = "4941772-b97 - 2024-11-17_16:27:41"
|
||||||
|
Loading…
Reference in New Issue
Block a user