Skip to content

Commit

Permalink
chore: remove demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingtonlope committed Feb 9, 2024
1 parent 11825a5 commit 012ad96
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 @@ -2,8 +2,8 @@
This project aims to learn and put DDD and Clean Architecture into practice.
With this in mind, I built a simple project where a user with a question puts his problem and an operator can visualize it and propose a solution.

Demo: https://wellingtonlope-ticket-api.herokuapp.com \
Documentation: https://wellingtonlope-ticket-api.herokuapp.com/swagger/index.html
Demo: https://TBD \
Documentation: https://TBD/swagger/index.html

![Build](https://github.com/wellingtonlope/ticket-api/actions/workflows/build.yaml/badge.svg)
![Coverage](https://img.shields.io/badge/Coverage-44.4%25-yellow)
Expand All @@ -24,4 +24,4 @@ docker-compose up --build
To run the tests, run the following command:
```bash
go test ./...
```
```

0 comments on commit 012ad96

Please sign in to comment.