Skip to content

Commit

Permalink
feat: remove payment pointer from resource url
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Sep 20, 2023
1 parent 5e40509 commit 5408469
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions openapi/resource-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,8 @@ info:
contact:
email: [email protected]
servers:
- url: '{paymentPointer}'
description: 'Server for when Payment Pointer has a pathname (ie https://openpayments.guide/alice)'
variables:
paymentPointer:
default: https://openpayments.guide/alice
- url: '{paymentPointer}/.well-known/pay'
description: 'Server for when Payment Pointer has no pathname (ie https://openpayments.guide)'
variables:
paymentPointer:
default: https://openpayments.guide
- url: '/'
description: 'Server for Payment Pointer subresources or Connection resources (ie https://openpayments.guide/alice)'
tags:
- name: payment-pointer
description: payment pointer operations
Expand Down

0 comments on commit 5408469

Please sign in to comment.