Skip to content

Commit

Permalink
update swago docs
Browse files Browse the repository at this point in the history
  • Loading branch information
booscaaa committed Feb 23, 2022
1 parent 8cd4bd3 commit 42fb52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="/LICENSE"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-red.svg?style=for-the-badge"></a>
<a href="https://github.com/booscaaa/golang-clean-arch-hateoas-example/actions?query=workflow%3ADeploy"><img alt="Build status" src="https://img.shields.io/github/workflow/status/booscaaa/golang-clean-arch-hateoas-example/Test?style=for-the-badge"></a>
<a href="https://codecov.io/gh/booscaaa/golang-clean-arch-hateoas-example"><img alt="Coverage" src="https://img.shields.io/codecov/c/github/booscaaa/golang-clean-arch-hateoas-example/master.svg?style=for-the-badge"></a>
<a href="https://todo-list-hateoas.herokuapp.com/doc/index.html"><img alt="Swagger docs" src="https://img.shields.io/badge/api docs-swagger-purple?style=for-the-badge"></a>
<a href="https://todo-list-hateoas.herokuapp.com/swagger/index.html"><img alt="Swagger docs" src="https://img.shields.io/badge/api docs-swagger-purple?style=for-the-badge"></a>
</p>
</p>

Expand Down Expand Up @@ -116,7 +116,7 @@ mockgen -source=core/domain/item.go -destination=core/domain/mocks/fake_item_rep

### To access the endpoints documentation

- https://todo-list-hateoas.herokuapp.com/doc/index.html
- https://todo-list-hateoas.herokuapp.com/swagger/index.html

<br>
<br>
Expand Down

0 comments on commit 42fb52a

Please sign in to comment.