Skip to content

Commit

Permalink
[#820] Add /health endpoint for health check (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta authored Feb 11, 2025
1 parent c831612 commit 3963285
Show file tree
Hide file tree
Showing 101 changed files with 4,874 additions and 3,646 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ golangci-lint:
.PHONY: clean-swagger
clean-swagger:
@echo "${COLOR_GREEN}Cleaning the swagger files...${COLOR_RESET}"
@rm -rf ${FE_GEN_DIR}/restapi/models
@rm -rf ${FE_GEN_DIR}/models
@rm -rf ${FE_GEN_DIR}/restapi/operations

# gen-swagger generates go files for the API schema.
Expand Down
Loading

0 comments on commit 3963285

Please sign in to comment.