@@ -46,6 +46,7 @@ func SetupRouter() *gin.Engine {
// 前端入口
r.GET("/", func(c *gin.Context) {
c.File("./static/index.html")
c.String(200, "frpc-console 后端已启动 🚀")
})
return r
The note is not visible to the blocked user.