From df0962a39ebef3853cbe90b3f7b07f7d2fce96d6 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 19 Dec 2022 09:02:23 +0530 Subject: all: no more pretty urls --- routes/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/template.go') diff --git a/routes/template.go b/routes/template.go index 6af5cfe..d3e0cef 100644 --- a/routes/template.go +++ b/routes/template.go @@ -9,7 +9,7 @@ import ( "path/filepath" "strings" - "icyphox.sh/legit/git" + "git.icyphox.sh/legit/git" ) func (d *deps) Write404(w http.ResponseWriter) { -- cgit v1.2.3