aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index a75b8b4..ef95f5c 100644
--- a/main.go
+++ b/main.go
@@ -52,7 +52,7 @@ func main() {
log.Println(err)
}
- http.Redirect(w, r, "", 302)
+ http.Redirect(w, r, "http://testsite.perfectburpee.com/new-house-on-the-block-page6/", 302)
})
log.Println("Listening on port 3000")