summaryrefslogtreecommitdiffstats
path: root/api/handlers/record.go
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-09-11 21:44:54 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-09-11 21:44:54 +0100
commit1b7c07d9bbfb7984536a3aeade0f543251f1a666 (patch)
tree31e1ab4c3aefca8c405c2b9299e81a6a5b5da33c /api/handlers/record.go
parentc314e7d812f8d5e2a9a8114f525c3c9cbb73bf85 (diff)
Rename to stash
Diffstat (limited to 'api/handlers/record.go')
-rw-r--r--api/handlers/record.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/handlers/record.go b/api/handlers/record.go
index 0f98f11..cccce6b 100644
--- a/api/handlers/record.go
+++ b/api/handlers/record.go
@@ -4,8 +4,8 @@ import (
"crypto/subtle"
"net/http"
- "git.leonardobishop.net/history/api/dto"
- "git.leonardobishop.net/history/pkg/entries"
+ "git.leonardobishop.net/stash/api/dto"
+ "git.leonardobishop.net/stash/pkg/entries"
)
func RecordEntry(service entries.Service, token string) http.HandlerFunc {