remove unused param
This commit is contained in:
parent
8b47674ed7
commit
350fe96017
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -139,7 +139,7 @@ func view(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
c.Redirect(301, redirectBaseURL+url+resizeParams)
|
||||
c.Redirect(301, redirectBaseURL+url)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue