mirror of
https://github.com/go-gitea/gitea
synced 2025-11-03 12:58:29 +00:00
delete unused structs
This commit is contained in:
@@ -25,9 +25,6 @@ func gRPCRouter(r *web.Route, fn grpc.RouteFn) {
|
||||
}
|
||||
|
||||
func Routes(r *web.Route) *web.Route {
|
||||
// socket connection
|
||||
r.Get("/socket", socketServe)
|
||||
|
||||
gRPCRouter(r, grpc.V1Route)
|
||||
gRPCRouter(r, grpc.V1AlphaRoute)
|
||||
gRPCRouter(r, grpc.HealthRoute)
|
||||
|
||||
Reference in New Issue
Block a user