feat: Adding openapi example API

This commit is contained in:
Josepablo C.
2025-12-07 23:19:18 -06:00
parent bf78edeec0
commit 8787ece0d0
11 changed files with 525 additions and 29 deletions

7
app/openapi/cfg.yaml Normal file
View File

@@ -0,0 +1,7 @@
package: openapi
output: libs/openapi/generated.go
generate:
fiber-server: true
models: true
output-options:
skip-prune: true