Skip to content

Commit

Permalink
doc: add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
go-compile committed Jul 22, 2023
1 parent 190cdb6 commit 8bbf42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/localrelay/ipcServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func assignIPCRoutes(r *router.Router) {
r.GET("/drop", ipcRouteDropAll)
// r.GET("/drop/ip/{}", ipcRouteDropIP)
// r.GET("/drop/relay/{}", ipcRouteDropRelay)
// r.GET("/drop/addr/{}", ipcRouteDropAddr)
}

func ipcHeadersMiddleware(handler fasthttp.RequestHandler) fasthttp.RequestHandler {
Expand Down

0 comments on commit 8bbf42a

Please sign in to comment.