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/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/handler.go') diff --git a/routes/handler.go b/routes/handler.go index d230773..c0b146c 100644 --- a/routes/handler.go +++ b/routes/handler.go @@ -5,9 +5,9 @@ import ( "net/http" "path/filepath" + "git.icyphox.sh/legit/config" "github.com/alexedwards/flow" "github.com/sosedoff/gitkit" - "icyphox.sh/legit/config" ) type depsWrapper struct { -- cgit