Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Lindfalk committed May 24, 2022
1 parent 85d5fea commit e0751bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Which handler to use is configurable, provide your implementation of choice by s
## Install

```
go get github.com/dentech-floss/[email protected].0
go get github.com/dentech-floss/[email protected].1
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ func CorsHttpAndGrpcHandlerFunc(httpHandler http.Handler, grpcHandler http.Handl
return // respond to preflight requests with the above cors settings
}

DefaultHttpAndGrpcHandlerFunc(httpHandler, grpcHandler)
DefaultHttpAndGrpcHandlerFunc(httpHandler, grpcHandler).ServeHTTP(w, r)
})
}

0 comments on commit e0751bc

Please sign in to comment.