chore: format code

This commit is contained in:
steven 2022-09-30 14:42:12 +08:00
parent 8d6848e754
commit 887e757c39

View File

@ -48,5 +48,4 @@ func (s *Server) registerRedirectRoutes(g *echo.Group) {
matchedShortcut := list[0]
return c.Redirect(http.StatusPermanentRedirect, matchedShortcut.Link)
})
}