testFlow/api/tree/init.go
Wyle.Gong-巩文昕 67b0ad2723 init
2025-04-22 16:42:48 +08:00

15 lines
208 B
Go

//
// init.go
// Copyright (C) 2025 veypi <i@veypi.com>
// 2025-02-27
// Distributed under terms of the MIT license.
//
package tree
import (
"github.com/veypi/OneBD/rest"
)
var Router = rest.NewRouter()