Skip to content

Commit

Permalink
docs: fix swagger incorrect path in README
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamRatnaparkhi authored Jun 27, 2023
1 parent f9f63be commit 19b9423
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 @@ -8,7 +8,7 @@ It offers four distinct API services that collectively enable various functional
- **Blog**: The Blog service provides features for managing blog-related activities. Users can `create`, `update`, and `delete` their blog posts. Additionally, they have the ability to `like` or `dislike` posts, promoting user engagement and feedback.
- **User**: This service focuses on user-related interactions. It allows users to `follow` or `unfollow` other users, enabling social connections within the platform. Furthermore, users can `delete` their account if desired.
- **Feed**: The Feed service is responsible for curating and displaying relevant content to users. It offers multiple options for customizing the feed, including displaying `all posts`, posts from `followed` authors, `liked` posts, posts by a specific user, or a `particular post`.
- **Swagger -** You can access the Swagger UI at `localhost:8084`
- **Swagger -** You can access the Swagger UI at `localhost:8084/swagger/index.html`

Try this API service in postman.

Expand Down

0 comments on commit 19b9423

Please sign in to comment.