gitea-github-proxy/api/router.go

12 lines
117 B
Go

package api
import (
"github.com/gorilla/mux"
)
func NewRouter() *mux.Router {
r := mux.NewRouter()
return r
}