mirror of
https://github.com/go-gitea/gitea
synced 2024-12-28 13:24:38 +01:00
11 lines
146 B
Go
11 lines
146 B
Go
// +build !pprof
|
|
|
|
package debug
|
|
|
|
import (
|
|
"github.com/go-martini/martini"
|
|
)
|
|
|
|
func RegisterRoutes(r martini.Router) {
|
|
// do nothing
|
|
}
|