From e972af76f4514e070dec126a2896273dc1d5449a Mon Sep 17 00:00:00 2001 From: cq-bot Date: Mon, 2 Dec 2024 10:40:55 +0000 Subject: [PATCH] fix: Generate CloudQuery Go API Client from `spec.json` --- spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.json b/spec.json index ef277a0..3a14bde 100644 --- a/spec.json +++ b/spec.json @@ -10924,7 +10924,7 @@ "return_to" : { "description" : "Return to this URL after verification", "format" : "url", - "pattern" : "^https:\\/\\/(.*\\.)?cloudquery\\.io(\\/.*)?$" + "pattern" : "^(https:\\/\\/(.*\\.)?cloudquery\\.io(\\/.*)?|http:\\/\\/localhost(:\\d+)?\\/callback)$" }, "subdomain" : { "description" : "Subdomain to use in the URL",