From 1743db3b17bd1078d9e808fbca6d3ade1c8d8b1a Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 16 Feb 2024 17:40:18 -0700 Subject: [PATCH] Added a GitHub Page to host the OpenAPI spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b178a40..94d4185 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ batch worker. The API is available at http://localhost:8080/poc/alerting/v1/ -The OpenAPI spec is available [here](docs/AlertingApi.yaml). +API documentation is available [here](https://dark-alex-17.github.io/alerting-poc/z) `./gradlew api:bootRun`