Skip to content

Commit

Permalink
Update middleware.md (#3088)
Browse files Browse the repository at this point in the history
  • Loading branch information
neo773 authored Sep 4, 2024
1 parent c5879ee commit 602ddce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/aop/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Before introducing middleware, let us understand why they are needed.

Consider the following example where we have two endpoints:

* **GET /users/{id}** - Get a single user by id
* **GET /users/\{id\}** - Get a single user by id
* **GET /users** - Get all users

```scala
Expand Down

0 comments on commit 602ddce

Please sign in to comment.