summaryrefslogtreecommitdiffstats
path: root/api/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/router.go')
-rw-r--r--api/router.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/api/router.go b/api/router.go
index c18fed8..076beec 100644
--- a/api/router.go
+++ b/api/router.go
@@ -3,11 +3,11 @@ package api
import (
"net/http"
- "git.leonardobishop.net/history/api/handlers"
- "git.leonardobishop.net/history/api/middleware"
- "git.leonardobishop.net/history/internal/config"
- "git.leonardobishop.net/history/pkg/entries"
- "git.leonardobishop.net/history/pkg/html"
+ "git.leonardobishop.net/stash/api/handlers"
+ "git.leonardobishop.net/stash/api/middleware"
+ "git.leonardobishop.net/stash/internal/config"
+ "git.leonardobishop.net/stash/pkg/entries"
+ "git.leonardobishop.net/stash/pkg/html"
)
type ApiServices struct {