From 1b7c07d9bbfb7984536a3aeade0f543251f1a666 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 11 Sep 2025 21:44:54 +0100 Subject: Rename to stash --- api/handlers/record.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/handlers/record.go') 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 { -- cgit v1.2.3-70-g09d2