in your console.log you check if req.url === '/admin/ but in your condition you check req.url[0] and not req.url so you remain falling in the else ;)
req.url === '/admin/
req.url[0]
req.url