get request on :shortUrl
Task
add new route get '/:shortUrl' that will redirect to original url with status 301
Solution
in index.ts add new router to '/:shorturl' get shortUrl from params use findOne to find if url even exists in database
Test
get url from mongodb database and check Also check for fake urls
Expected work time
30 minutes