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

This commit is contained in:
刘祥超
2022-11-21 21:09:06 +08:00
parent d6f311e057
commit d527fcdd78
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"
)