mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 06:40:26 +08:00
阶段性提交
This commit is contained in:
10
cmd/edge-api/main.go
Normal file
10
cmd/edge-api/main.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/TeaOSLab/EdgeAPI/internal/apis"
|
||||
_ "github.com/iwind/TeaGo/bootstrap"
|
||||
)
|
||||
|
||||
func main() {
|
||||
apis.NewAPINode().Start()
|
||||
}
|
||||
Reference in New Issue
Block a user