feat: 删除不再使用的配置文件,添加新的控制器和路由文件

This commit is contained in:
2025-09-26 00:25:26 +08:00
parent 751ce7878b
commit 0812e334df
8 changed files with 14 additions and 29 deletions

View File

@ -1,7 +0,0 @@
package v1
type ConfigController struct{}
func NewConfigController() *ConfigController {
return &ConfigController{}
}

View File

@ -0,0 +1 @@
package v1