api: standardise strip fn names
This commit is contained in:
@@ -49,7 +49,7 @@ func commentNewHandler(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
domain := stripDomain(*x.Domain)
|
||||
domain := domainStrip(*x.Domain)
|
||||
path := *x.Path
|
||||
|
||||
d, err := domainGet(domain)
|
||||
|
||||
Reference in New Issue
Block a user