summaryrefslogtreecommitdiff
path: root/internal/api/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/handlers.go')
-rw-r--r--internal/api/handlers.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/api/handlers.go b/internal/api/handlers.go
index 8bd8238..fc1d43d 100644
--- a/internal/api/handlers.go
+++ b/internal/api/handlers.go
@@ -14,9 +14,9 @@ import (
"strings"
"time"
- "github.com/paul/kiss-media-player/internal/model"
- "github.com/paul/kiss-media-player/internal/repository"
- "github.com/paul/kiss-media-player/internal/service"
+ "codeberg.org/snonux/play/internal/model"
+ "codeberg.org/snonux/play/internal/repository"
+ "codeberg.org/snonux/play/internal/service"
)
type bootstrapRequest struct {