api: standardise strip fn names

This commit is contained in:
Adhityaa Chandrasekar
2018-07-24 12:30:45 +05:30
parent a8ecbd9717
commit c57bc6a39b
11 changed files with 16 additions and 16 deletions

View File

@@ -102,7 +102,7 @@ func commentListHandler(w http.ResponseWriter, r *http.Request) {
return
}
domain := stripDomain(*x.Domain)
domain := domainStrip(*x.Domain)
path := *x.Path
d, err := domainGet(domain)