feat: Adding openapi example API
This commit is contained in:
3
app/Makefile
Normal file
3
app/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
PHONY: gen_openapi_models
|
||||
gen_openapi_models: openapi/cfg.yaml openapi/openapi.yaml
|
||||
oapi-codegen.exe -config .\openapi\cfg.yaml .\openapi\openapi.yaml
|
||||
Reference in New Issue
Block a user