Merge pull request #532 from daschuchmann/patch-1

Update faq.mdx
This commit is contained in:
Tim Jaeryang Baek
2025-05-07 19:58:35 +04:00
committed by GitHub

View File

@@ -42,6 +42,7 @@ To work securely in production over HTTPS, your OpenAPI servers must also be ser
- Go with Swag or Echo
The key is to ensure your server exposes a valid OpenAPI schema, and that it communicates over HTTP(S).
It is important to set a custom operationId for all endpoints.
---