City-of-Bloomington / url_shortener

Short URL web service
GNU Affero General Public License v3.0
2 stars 1 forks source link

Fix Regular Expressions for the Url Code #9

Closed jhvhs-bloom closed 2 weeks ago

jhvhs-bloom commented 1 year ago

A temporary fix was made to the url's Code Pattern to accept all characters (.*). We should explore why the Code Pattern's original Regex stopped accepting code entries even if the entry was valid.