all repos — homestead @ b16c1c7338333ad5f9c968f7fa579015d350672a

Code for my website

extract HTTP logic to shared module

Alan Pearce
commit

b16c1c7338333ad5f9c968f7fa579015d350672a

parent

1ac299018401dc48caeb862b4dcc117a7a65e091

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M domain/content/publisher/mux.godomain/content/publisher/mux.go
@@ -4,8 +4,8 @@ import (
"net/http" pubtpl "alin.ovh/homestead/domain/content/publisher/templates" - ihttp "alin.ovh/homestead/domain/web/middleware" "alin.ovh/homestead/domain/web/templates" + ihttp "alin.ovh/homestead/shared/http" ) func (app *App) Index(w http.ResponseWriter, _ *http.Request) *ihttp.Error {