feat: 删除无用功能

This commit is contained in:
CaIon
2023-09-10 01:13:12 +08:00
parent e8895c92a8
commit 57edbac346
4 changed files with 0 additions and 95 deletions
-1
View File
@@ -45,7 +45,6 @@ func SetApiRouter(router *gin.Engine) {
selfRoute.POST("/topup", controller.TopUp)
selfRoute.POST("/pay", controller.RequestEpay)
selfRoute.POST("/amount", controller.RequestAmount)
selfRoute.POST("/set_stable_mode", controller.SetTableMode)
}
adminRoute := userRoute.Group("/")