diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 16:28:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 16:28:03 -0600 |
| commit | 6909acbbe46a09b92b89718604ab5ee674bb7272 (patch) | |
| tree | e5930175da7da508171c43dd8aefe7fef8a0fc98 /main.go | |
| parent | 6679ed2966f6672727e4586594931b157e3d048b (diff) | |
fix paths & /index.html page
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { indexHeader(w) indexBodyStart(w) indexBodyScanConfig(w) - indexBodyRepo(w, "go.wit.com/gui/gui", "go.wit.com/gui/gui", "install gitea") + indexDivEnd(w) indexBodyEnd(w) return } |
