more services -> shares (#144)

This commit is contained in:
Michael Quigley
2023-01-04 14:21:23 -05:00
parent fe89551bfb
commit 74b9786a61
23 changed files with 112 additions and 112 deletions

View File

@ -102,6 +102,6 @@ func realRemoteAddress(req *http.Request) string {
return ip
}
func proxyUrl(svcToken, template string) string {
return strings.Replace(template, "{svcToken}", svcToken, -1)
func proxyUrl(shrToken, template string) string {
return strings.Replace(template, "{token}", shrToken, -1)
}