all repos — homestead @ 82424b77fba708e4450c1a0cec5b0c7967b13d7b

Code for my website

move files and update import paths

Alan Pearce
commit

82424b77fba708e4450c1a0cec5b0c7967b13d7b

parent

e24a0eb383ecedef596a5a75ded7414398ecd9d1

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M internal/publisher/mux.godomain/content/publisher/mux.go
@@ -3,8 +3,8 @@
import ( "net/http" - ihttp "alin.ovh/homestead/internal/http" - pubtpl "alin.ovh/homestead/internal/publisher/templates" + pubtpl "alin.ovh/homestead/domain/content/publisher/templates" + ihttp "alin.ovh/homestead/domain/web/middleware" "alin.ovh/homestead/templates" )