Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
just1689 committed Jun 27, 2019
1 parent 88bf113 commit 7f9601f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ func generate() bool {
Routes: make([]pprox.Route, 1),
}
c.Routes[0] = pprox.Route{
Target: "bbc.com",
Prefix: "/bbc",
Target: "http://localhost:8080/static",
Prefix: "/static",
}
b, err := json.Marshal(c)
if err != nil {
Expand Down

0 comments on commit 7f9601f

Please sign in to comment.