summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-12 13:52:55 -0600
committerJeff Carr <[email protected]>2024-01-12 13:52:55 -0600
commite6e9b548cbe027416d5c3924cf4c131d2dd4fe1f (patch)
treeb68b1d095e1667906529e77e0d9b1552ce78f484 /main.go
parente34f8f57342fe940901c73c9d3fb391680eb7ecc (diff)
90% there
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index bab0a3b..20bfa8f 100644
--- a/main.go
+++ b/main.go
@@ -27,7 +27,8 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
if tmp == "/new" {
indexHeader(w)
indexBodyStart(w)
- indexBodyRepo(w, "go.wit.com/gui/gui")
+ indexBodyScanConfig(w)
+ indexBodyRepo(w, "go.wit.com/gui/gui", "go.wit.com/gui/gui", "install gitea")
indexBodyEnd(w)
return
}