From 681c67dc78f923eb3878523ef01d65929fbf3cdf Mon Sep 17 00:00:00 2001 From: Samat Jorobekov Date: Wed, 24 Dec 2025 15:18:17 +0300 Subject: [PATCH] chore: add CODEOWNERS --- CODEOWNERS | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..5ae71b3 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @sjorobekov \ No newline at end of file diff --git a/README.md b/README.md index d481a73..969311c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ExpressKit OpenApi Integration +This package provides OpenAPI/Swagger integration for [ExpressKit](https://github.com/gravity-ui/expresskit), automatically generating API documentation from your route contracts and authentication handlers. + ## Quick Start 1. Add the integration to an existing ExpressKit project: