Skip to content

Commit 8d1fb89

Browse files
authored
Merge pull request #14 from google/move_to_v1
PR 14: Moves the proto definition to v1.
2 parents 52e4c41 + 1dbe3d0 commit 8d1fb89

File tree

4 files changed

+556
-204
lines changed

4 files changed

+556
-204
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirector to redirect users to a warning page for unsafe URLs. The `wrlookup`
99
program is a command line service that can also be used to check URLs.
1010

1111
This **README.md** is a quickstart guide on how to build, deploy, and use the
12-
`[WebRisk](https://godoc.org/cloud.google.com/go/webrisk/apiv1beta1)` Go package. It can be used out-of-the-box. The GoDoc and API
12+
WebRisk Go package. It can be used out-of-the-box. The GoDoc and API
1313
documentation provide more details on fine tuning the parameters if desired.
1414

1515

cmd/wrserver/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ import (
209209

210210
const (
211211
statusPath = "/status"
212-
findThreatPath = "/v1beta1/uris:search"
212+
findThreatPath = "/v1/uris:search"
213213
redirectPath = "/r"
214214
)
215215

0 commit comments

Comments
 (0)