🔹 删除list与get接口

This commit is contained in:
微凉
2021-03-08 20:28:44 +08:00
parent 8636014397
commit e4d206d59c
3 changed files with 0 additions and 92 deletions

View File

@ -24,8 +24,6 @@ func InitApiRouter(engine *gin.Engine) {
apiV2 := engine.Group("/api")
{
apiV2.GET("/info", controllers.Info)
apiV2.POST("/list", controllers.List)
apiV2.POST("/get", controllers.Get)
apiV2.POST("/path", controllers.Path)
apiV2.POST("/office_preview", controllers.OfficePreview)
apiV2.POST("/local_search", controllers.LocalSearch)