Files
Blog/app/internal/config/config.go
2025-10-24 21:44:15 +08:00

8 lines
98 B
Go

package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
}