extract HTTP logic to shared module
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M domain/web/templates/error.go → domain/web/templates/error.go
@@ -5,7 +5,7 @@ "strconv" g "alin.ovh/gomponents" . "alin.ovh/gomponents/html" - http "alin.ovh/homestead/domain/web/middleware" + http "alin.ovh/homestead/shared/http" ) func Error(site SiteSettings, err *http.Error) g.Node {