diff options
author | 2023-02-20 16:29:29 +0100 | |
---|---|---|
committer | 2023-02-20 16:29:29 +0100 | |
commit | b6143c9ab8bb2aac6517b9580bf72ebe485eb738 (patch) | |
tree | 9bf7e4b3eb2efcbb57fe68aa58e303cd58efc876 /internal/web/domain-blocklist.go | |
parent | [chore]: Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#1541) (diff) | |
download | gotosocial-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.go | 2 |
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) { |