summaryrefslogtreecommitdiff
path: root/internal/web/domain-blocklist.go
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2023-02-20 16:29:29 +0100
committerLibravatar GitHub <noreply@github.com>2023-02-20 16:29:29 +0100
commitb6143c9ab8bb2aac6517b9580bf72ebe485eb738 (patch)
tree9bf7e4b3eb2efcbb57fe68aa58e303cd58efc876 /internal/web/domain-blocklist.go
parent[chore]: Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#1541) (diff)
downloadgotosocial-b6143c9ab8bb2aac6517b9580bf72ebe485eb738.tar.xz
[feature] About page (#1495)
* about page basics * more info, styling * update emoji sizing on about page contact card
Diffstat (limited to 'internal/web/domain-blocklist.go')
-rw-r--r--internal/web/domain-blocklist.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/domain-blocklist.go b/internal/web/domain-blocklist.go
index 6f28a0fe7..dc15a5702 100644
--- a/internal/web/domain-blocklist.go
+++ b/internal/web/domain-blocklist.go
@@ -30,7 +30,7 @@ import (
)
const (
- domainBlockListPath = "/about/suspended"
+ domainBlockListPath = aboutPath + "/suspended"
)
func (m *Module) domainBlockListGETHandler(c *gin.Context) {