From 9b7c00cf70a3b2399e9ea270e77fda9a7d1d843f Mon Sep 17 00:00:00 2001 From: Blair Currey <12960453+BlairCurrey@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:03:40 -0400 Subject: [PATCH] fix: add base url --- openapi/resource-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/resource-server.yaml b/openapi/resource-server.yaml index 66deb3d4..88f8390c 100644 --- a/openapi/resource-server.yaml +++ b/openapi/resource-server.yaml @@ -32,7 +32,7 @@ info: contact: email: tech@interledger.org servers: - - url: '/' + - url: '/rafiki.money' description: 'Server for wallet address subresources or Connection resources (ie https://openpayments.guide/alice)' tags: - name: wallet-address