remove whitespace
This commit is contained in:
parent
c42f6ad305
commit
7d8cc1ecd4
@ -279,7 +279,7 @@ func search(c *fb.Context, w http.ResponseWriter, r *http.Request) (int, error)
|
||||
var (
|
||||
originalPath string
|
||||
)
|
||||
|
||||
|
||||
path = strings.TrimPrefix(path, scope)
|
||||
path = strings.TrimPrefix(path, "/")
|
||||
path = strings.Replace(path, "\\", "/", -1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user