This commit is contained in:
shoopea 2024-11-17 17:27:47 +01:00
parent 49417729ec
commit d217ba310e
2 changed files with 5 additions and 5 deletions

View File

@ -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) {

View File

@ -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"