|
@@ -269,8 +269,8 @@ func NewEngine() *gin.Engine {
|
|
|
//gm.POST("delete_account", api.DeleteAccount)
|
|
|
//gm.POST("openAccount", api.OpenAccount)
|
|
|
//gm.POST("delRank", api.DelRank)
|
|
|
- //gm.GET("getServerDate", api.GetServerDate)
|
|
|
- //gm.POST("editServerDate", api.EditServerDate)
|
|
|
+ gm.GET("getServerDate", api.GetServerDate)
|
|
|
+ gm.POST("editServerDate", api.EditServerDate)
|
|
|
//gm.POST("releaseVersion", api.ReleaseVersion)
|
|
|
//gm.GET("versionList", api.VersionList)
|
|
|
//gm.GET("getVersionIndex", api.GetVersionIndex)
|