# Route for every thing?

**URL:** https://community.apollographql.com/t/route-for-every-thing/7678
**Category:** Router
**Tags:** router
**Created:** [July 4, 2024, 2:02pm UTC](https://community.apollographql.com/t/route-for-every-thing/7678 "2024-07-04T14:02:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chained\_women](https://sea1.discourse-cdn.com/flex019/user_avatar/community.apollographql.com/chained_women/32/5057_2.png) [@chained\_women](https://community.apollographql.com/u/chained_women)
#### Post date: [July 4, 2024, 2:02pm UTC](https://community.apollographql.com/t/route-for-every-thing/7678/1 "2024-07-04T14:02:08Z")

</div>

In federation 2.0 or above, apollo provides a new Router instead of gateway, it means we will not need write router by ourself, routers such as app.post(‘/login’, async (req, res) =\> {…}) is not necessary from this time, is it the true?
