diff --git a/backend/Makefile b/backend/Makefile index 4e6e20e..039340c 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -105,7 +105,11 @@ docs: swag init -outputTypes go api: ./docs/swagger.json - npx swagger-typescript-api --path ./docs/swagger.json --output ../frontend/src/API --name GAPI.ts + npx swagger-typescript-api \ + --api-class-name GenApi \ + --path ./docs/swagger.json \ + --output ../frontend/src/API \ + --name GenApi.ts \ ./docs/swagger.json: swag init -outputTypes json