Add contact email to documentation

- Add Support section to README with contact email and issues link
- Add contact email to Swagger API documentation
- Regenerate Swagger docs
This commit is contained in:
2025-11-28 01:26:33 +01:00
parent 540a95cbec
commit 0e909182c2
5 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -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",