You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the DELETE /short-urls/{shortCode}/visits endpoint is called while multi-segment slugs is enabled, the shortCode param ends up incorrectly including the /visits suffix.
I suspect this affects other routes as well.
Expected behavior
Short URL visits should be deleted
How to reproduce
N/A
The text was updated successfully, but these errors were encountered:
Shlink version
All
PHP version
All
How do you serve Shlink
Other (explain in summary)
Database engine
MySQL
Database version
N/A
Current behavior
When the
DELETE /short-urls/{shortCode}/visits
endpoint is called while multi-segment slugs is enabled, the shortCode param ends up incorrectly including the/visits
suffix.I suspect this affects other routes as well.
Expected behavior
Short URL visits should be deleted
How to reproduce
N/A
The text was updated successfully, but these errors were encountered: