Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Dudzik <[email protected]>
  • Loading branch information
marcoow and BobrImperator committed Jun 30, 2024
1 parent a942e38 commit e0851db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The `web` crate contains the main axum application. It will determine the enviro
```
web
├── controllers // Controllers implement request handlers
├── middlewares // Tower middlewares for pre-processing requests before they are passed on the request handlers
├── middlewares // Tower middlewares for pre-processing requests before they are passed to the request handlers
├── lib.rs // Code for starting up the server
├── main.rs // Main entrypoint of the application
├── routes.rs // Mapping of request handlers to routes
Expand Down

0 comments on commit e0851db

Please sign in to comment.