Skip to content

Commit

Permalink
readme: minor styling updates for consistency purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
kweeuhree committed Jan 2, 2025
1 parent f3d9e6f commit d65fcc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ Main package contains main point of entry, routes and middleware.

- **Main package**:

- **Routes**. Map incoming HTTP requests to their corresponding handler functions.
- **Routes** maps incoming HTTP requests to their corresponding handler functions.
- **Middleware**:
- **logRequest**: Logs each incoming HTTP request with details such as IP, method, and URL;
- **recoverPanic**: Catches any panics during request processing, closes the connection, and returns an internal server error response.
- **logRequest** logs each incoming HTTP request with details such as IP, method, and URL;
- **recoverPanic** catches any panics during request processing, closes the connection, and returns an internal server error response.

- **Handlers package**:

Expand Down

0 comments on commit d65fcc0

Please sign in to comment.