From 3f62e84531599fd8dc3c0ccbaab44ed050512863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Wed, 14 Jan 2026 20:53:09 +0000 Subject: [PATCH] No API hostname yet for sure.am --- spec/swagger_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/swagger_helper.rb b/spec/swagger_helper.rb index 9fdc41948..7d523d2fc 100644 --- a/spec/swagger_helper.rb +++ b/spec/swagger_helper.rb @@ -15,7 +15,7 @@ RSpec.configure do |config| }, servers: [ { - url: 'https://api.sure.app', + url: 'https://app.sure.am', description: 'Production' }, {