在节点详情中显示API节点地址

This commit is contained in:
GoEdgeLab
2022-11-21 21:09:06 +08:00
parent ba4ba93085
commit 2243aeba39
4 changed files with 10 additions and 79 deletions

View File

@@ -0,0 +1,6 @@
package models_test
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)