[v3 Maintenance]: Consolidate and Document Core Changes in v3

pull/2993/head
René 2024-04-26 22:37:25 +02:00
parent 090b702dfc
commit 17b93abd4b
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ app.Route("/api").Route("/user/:id?")
We have aligned our method for middlewares closer to express and now also support the [`Use`](./api/app#use) of multiple prefixes.
Registering a subapp is now also possible via the [`Use`](./api/app#use) method instead of the old [`v2 Mount`](/v2.x/api/app#use) method.
Registering a subapp is now also possible via the [`Use`](./api/app#use) method instead of the old `app.Mount` method.
```diff
- Use(args ...interface{}) Router