1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

fixed redirect

This commit is contained in:
2016-07-27 22:54:14 -05:00
parent db4dbed39b
commit fab785bd31

View File

@@ -17,5 +17,5 @@ func VPNRedirect(w http.ResponseWriter, r *http.Request, _ httprouter.Params) {
// Redirect to security cameras
func CameraRedirect(w http.ResponseWriter, r *http.Request, _ httprouter.Params) {
http.Redirect(w, r, "https://24.118.44.161:8080/html/", 301)
http.Redirect(w, r, "http://24.118.44.161:8080/html/", 301)
}