Skip to content

Commit

Permalink
fix: links that contains slash are not working
Browse files Browse the repository at this point in the history
  • Loading branch information
rapatao committed Nov 27, 2024
1 parent fb954ef commit beb070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/manager/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (s *Service) Routes() []restrouters.Route {
},
{
Method: http.MethodGet,
Path: "/messages/:event_id/:link",
Path: "/messages/:event_id/*link",
Handler: s.handleClick,
},
{
Expand Down

0 comments on commit beb070e

Please sign in to comment.