extract HTTP logic to shared module
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M domain/web/website.go → domain/web/website.go
@@ -14,12 +14,12 @@ "alin.ovh/homestead/domain/analytics/goatcounter" "alin.ovh/homestead/domain/analytics/nullcounter" "alin.ovh/homestead/domain/calendar" "alin.ovh/homestead/domain/content/fetcher" - ihttp "alin.ovh/homestead/domain/web/middleware" "alin.ovh/homestead/domain/web/server" "alin.ovh/homestead/domain/web/templates" "alin.ovh/homestead/shared/config" "alin.ovh/homestead/shared/events" "alin.ovh/homestead/shared/file" + ihttp "alin.ovh/homestead/shared/http" "alin.ovh/homestead/shared/storage" "alin.ovh/homestead/shared/storage/sqlite" "alin.ovh/x/log"