diff --git a/backend/Makefile b/backend/Makefile index 41fe1a3..0ffc557 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -106,6 +106,7 @@ docs: swag init -outputTypes go api: ./docs/swagger.json + rm ../frontend/src/API/GenApi.ts npx swagger-typescript-api \ --api-class-name GenApi \ --path ./docs/swagger.json \