From 7f9601f606f2f556499b2828d3fdf7e55583fb1b Mon Sep 17 00:00:00 2001 From: Just1689 Date: Thu, 27 Jun 2019 17:52:37 +0200 Subject: [PATCH] init --- pproxy.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pproxy.go b/pproxy.go index 984c3da..9e3b0a5 100644 --- a/pproxy.go +++ b/pproxy.go @@ -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 {