15 lines
208 B
Go
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()
|