This commit is contained in:
2024-08-26 17:20:13 +08:00
commit 51090658a2
39 changed files with 2231 additions and 0 deletions

7
router/routes/enter.go Normal file
View File

@@ -0,0 +1,7 @@
package routes
type groupRoutes struct {
PeakValley
}
var GroupRoutes = new(groupRoutes)