microsoft / AzUrlShortener

An simple and easy Url Shortener
MIT License
519 stars 561 forks source link

fix: Fix for old saved urls #507

Closed PeterStaev closed 1 year ago

PeterStaev commented 1 year ago

I'm using the previous version of the shortener in production and seems the redirect logic does not account for previously saved URLs. This fix allows previously saved URLs to function correctly with v3 of the shortener.

FBoucher commented 1 year ago

@PeterStaev the next version will follow the structure in PR #506 I suggest you use this as a base for your modification.

PeterStaev commented 1 year ago

@FBoucher rebased on the new feature branch.