In both sessions.js and users.js there is ``` router.route('POST', '/logout', handleLogout); ``` which basic implements same function, logout. As order of execution from index.js, only users.js logout is executed..