From 4166d3e2b0077d05965bb6378d38b087a44d5e57 Mon Sep 17 00:00:00 2001 From: Bruno Calza Date: Thu, 22 Feb 2024 11:53:44 -0300 Subject: [PATCH] points spec file to main Signed-off-by: Bruno Calza --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 822a427b..0d833cfa 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ lint: .PHONY: lint # OpenAPI -SPEC_URL=https://raw.githubusercontent.com/tablelandnetwork/docs/bcalza/postquery/specs/validator/tableland-openapi-spec.yaml +SPEC_URL=https://raw.githubusercontent.com/tablelandnetwork/docs/main/specs/validator/tableland-openapi-spec.yaml APIV1=${PWD}/internal/router/controllers/apiv1 gen-api-v1: mkdir -p ${APIV1}