BlitzKraft / saythanks.io

Spreading Thankfulness in Open Source.
https://saythanks.io
1.26k stars 153 forks source link

Wrong configuration of dynamic routes in core.py #246

Closed tushar5526 closed 1 year ago

tushar5526 commented 1 year ago

Describe the bug For a path like /home/<user> the associated function should take user as a variable.

https://github.com/BlitzKraft/saythanks.io/blob/master/saythanks/core.py#L120

The URL https://saythanks.io/inbox/export/csv is giving an error due to this.

tushar5526 commented 1 year ago

I am fixing this as well