diff options
Diffstat (limited to 'api/handlers/record.go')
| -rw-r--r-- | api/handlers/record.go | 4 |
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 { |
