Skip to content

Commit 884f6d6

Browse files
committed
Include swagger endpoint in README for API
1 parent c7a4da0 commit 884f6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ When running via Aspire, the following services are available:
5151

5252
| Service | Purpose | Access | Credentials |
5353
|---------|---------|--------|-------------|
54-
| **API** | REST endpoints for querying offender data, searches, and clustering operations | https://localhost:7013 | API Key: `password` |
54+
| **API** | REST endpoints for querying offender data, searches, and clustering operations | https://localhost:7013/swagger | API Key: `password` |
5555
| **MinIO** | S3-compatible file storage | *random port* (check Aspire) | Username: `minioadmin`<br>Password: `minioadmin` |
5656
| **MSSQL** | Application databases (staging, running picture, matching, cluster) | `127.0.0.1,61749` | Username: `sa`<br>Password: `P@ssword123!` |
5757
| **RabbitMQ** | Message broker for inter-service communication | http://localhost:15672 | Username: `guest`<br>Password: `guest` |

0 commit comments

Comments
 (0)