mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 17:44:59 +09:00
Cleanup
This commit is contained in:
parent
441166b71b
commit
2b656c2167
1 changed files with 0 additions and 2 deletions
|
@ -203,13 +203,11 @@ func main() {
|
|||
}
|
||||
|
||||
proxy.Handler = http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
fmt.Println("START ", r.URL.Path)
|
||||
if webrpc.IsGrpcWebRequest(r) ||
|
||||
webrpc.IsAcceptableGrpcCorsRequest(r) ||
|
||||
webrpc.IsGrpcWebSocketRequest(r) {
|
||||
webrpc.ServeHTTP(w, r)
|
||||
}
|
||||
fmt.Println("END ", r.URL.Path)
|
||||
})
|
||||
|
||||
go func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue