aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2023-04-08 16:52:43 +0100
committerAKP <tom@tdpain.net>2023-04-08 16:52:43 +0100
commit78233315228adb1cb2a8b666d0ca684f57ac0e13 (patch)
tree29071716f468f105cbaeec8ff98689e123ae53fe
parentf8e4745cd6afcd96cfd6cef9ddd02e1037522c54 (diff)
Tweak URL paths
Signed-off-by: AKP <tom@tdpain.net>
-rw-r--r--walrss/internal/urls/urls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/walrss/internal/urls/urls.go b/walrss/internal/urls/urls.go
index 5b2fc69..b0b154d 100644
--- a/walrss/internal/urls/urls.go
+++ b/walrss/internal/urls/urls.go
@@ -31,7 +31,7 @@ const (
NewFeedItem = New + "/feed"
SendTestEmail = "/send/test"
- TestEmailStatus = "/send/test/status"
+ TestEmailStatus = SendTestEmail + "/status"
Statics = "/statics"
)