Minor patches
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
2026-04-23 02:31:47 +06:00
parent 7b35ffb60c
commit 61bc040098
5 changed files with 73 additions and 25 deletions

View File

@ -2,7 +2,7 @@
.PHONY: generate lint test check test-integration
# Variables
SPEC_URL = "https://git.omukk.dev/wrenn/wrenn/raw/branch/main/internal/api/openapi.yaml"
SPEC_URL = "https://raw.githubusercontent.com/wrennhq/wrenn/refs/heads/main/internal/api/openapi.yaml"
SPEC_PATH = "api/openapi.yaml"
generate: