diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-09-11 21:44:54 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-09-11 21:44:54 +0100 |
| commit | 1b7c07d9bbfb7984536a3aeade0f543251f1a666 (patch) | |
| tree | 31e1ab4c3aefca8c405c2b9299e81a6a5b5da33c /api/router.go | |
| parent | c314e7d812f8d5e2a9a8114f525c3c9cbb73bf85 (diff) | |
Rename to stash
Diffstat (limited to 'api/router.go')
| -rw-r--r-- | api/router.go | 10 |
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 { |
