Pkg: Add service/cluster package & rename media/http → service/http #98

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-09-13 12:58:28 +02:00
parent 3f11165f61
commit 023fbe3a1d
154 changed files with 354 additions and 236 deletions

View File

@@ -13,8 +13,8 @@ import (
"github.com/photoprism/photoprism/internal/config"
"github.com/photoprism/photoprism/internal/entity"
"github.com/photoprism/photoprism/internal/form"
"github.com/photoprism/photoprism/pkg/media/http/header"
"github.com/photoprism/photoprism/pkg/rnd"
"github.com/photoprism/photoprism/pkg/service/http/header"
)
func TestOAuthRevoke(t *testing.T) {