Url shortener API doesn't pass the 3rd test

Hi,
I’m doing the url shortener algorithm project on FCC (https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/url-shortener-microservice) and it doesn’t pass the 3rd test called * When you visit /api/shorturl/<short_url> , you will be redirected to the original URL.* even though it redirects to the original url, the project url is https://repl.it/@ECMGS/fcc-url-shortener, I was hoping if anyone could help me cause I don’t see what’s causing the problem, thanks!!

Update:
There were some typos on the code, now fixed :wink: