http urls monitor.

v2.go 137B

12345
  1. package router
  2. // The same with v1.go, but register r.Group("/v2") for upgrading from v1 and compact old app
  3. func registerV2Router() {}