diff --git a/README.md b/README.md index 3c30240..95716bc 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,11 @@ This project follows hexagonal (ports & adapters) architecture: - `infrastructure/`: External adapters (database, HTTP, etc.) - `shared/`: Common utilities and errors +## Support + +- 📧 Email: contact@apocapoc.app +- 🐛 Issues: [GitHub Issues](https://github.com/davidfolch/apocapoc-api/issues) + ## License MIT diff --git a/cmd/api/main.go b/cmd/api/main.go index 6ed76d1..6cf0502 100644 --- a/cmd/api/main.go +++ b/cmd/api/main.go @@ -23,6 +23,7 @@ import ( // @contact.name API Support // @contact.url https://github.com/davidfolch/apocapoc-api +// @contact.email contact@apocapoc.app // @license.name MIT // @license.url https://opensource.org/licenses/MIT diff --git a/docs/docs.go b/docs/docs.go index e98a381..50cdc89 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -12,7 +12,8 @@ const docTemplate = `{ "termsOfService": "http://swagger.io/terms/", "contact": { "name": "API Support", - "url": "https://github.com/davidfolch/apocapoc-api" + "url": "https://github.com/davidfolch/apocapoc-api", + "email": "contact@apocapoc.app" }, "license": { "name": "MIT", diff --git a/docs/swagger.json b/docs/swagger.json index d15cc92..0691e13 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -6,7 +6,8 @@ "termsOfService": "http://swagger.io/terms/", "contact": { "name": "API Support", - "url": "https://github.com/davidfolch/apocapoc-api" + "url": "https://github.com/davidfolch/apocapoc-api", + "email": "contact@apocapoc.app" }, "license": { "name": "MIT", diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 3f3aa2f..dc71ec6 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -205,6 +205,7 @@ definitions: - HabitTypeValue info: contact: + email: contact@apocapoc.app name: API Support url: https://github.com/davidfolch/apocapoc-api description: Self-hosted habit tracking service