Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-20 21:27:57 -06:00
parent c92849aa0a
commit 3e5ad40e53
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ go.wit.com/lib/protobuf/wit git.wit.org/wit/witProtobuf
go.wit.com/apps/helloworld git.wit.org/gui/helloworld
go.wit.com/apps/basicwindow git.wit.org/jcarr/basicwindow
go.wit.com/apps/basicwindow git.wit.org/jcarr/gadgetwindow
go.wit.com/apps/gadgetwindow git.wit.org/jcarr/gadgetwindow
go.wit.com/apps/autotypist git.wit.org/jcarr/myrepos
go.wit.com/apps/control-panel-dns git.wit.org/jcarr/control-panel-dns
go.wit.com/apps/control-panel-digitalocean git.wit.org/wit/control-panel-digitalocean

View File

@ -31,7 +31,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
requrl := parts[0]
url, repourl := findkey(requrl)
log.Info("go.wit.com URL =", url, "REPO URL =", repourl, "REQUEST URL =", requrl)
log.Warn("go.wit.com URL =", url, "REPO URL =", repourl, "REQUEST URL =", requrl)
if repourl != "" {
repoHTML(w, url, repourl)
return