Pkg: Move /service/http/... to /http/... and add package /http/dns

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-10-19 21:08:48 +02:00
parent dacb5794f5
commit a921f82a17
172 changed files with 704 additions and 390 deletions

View File

@@ -10,10 +10,10 @@ import (
"github.com/photoprism/photoprism/internal/config/customize"
"github.com/photoprism/photoprism/pkg/clean"
"github.com/photoprism/photoprism/pkg/fs"
"github.com/photoprism/photoprism/pkg/http/header"
"github.com/photoprism/photoprism/pkg/media/colors"
"github.com/photoprism/photoprism/pkg/media/projection"
"github.com/photoprism/photoprism/pkg/rnd"
"github.com/photoprism/photoprism/pkg/service/http/header"
)
func TestFile_RegenerateIndex(t *testing.T) {