diff options
| author | Jeff Carr <[email protected]> | 2024-01-12 13:52:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-12 13:52:55 -0600 |
| commit | e6e9b548cbe027416d5c3924cf4c131d2dd4fe1f (patch) | |
| tree | b68b1d095e1667906529e77e0d9b1552ce78f484 /main.go | |
| parent | e34f8f57342fe940901c73c9d3fb391680eb7ecc (diff) | |
90% there
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |
