go-platform/routers/backend/backend.go
2026-03-31 17:28:07 +08:00

8 lines
164 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package backend
// Register 注册租户管理端backend路由。
// 目前仅占位,后续按 /backend/* 规则补充具体接口。
func Register() {
}