mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-19 17:50:12 +00:00
8 lines
127 B
Go
8 lines
127 B
Go
//go:build !agentcompat
|
|
|
|
package controller
|
|
|
|
import "github.com/gin-gonic/gin"
|
|
|
|
func registerAgentcompatRoutes(*gin.Engine) {}
|