API docs: Fix server base path

Introduced in #4041. Fixes #4059.
This commit is contained in:
Dennis Reimann 2022-08-20 08:03:14 +02:00 committed by Andrew Camilleri
parent 4aa94d5a13
commit 45eea1d6de

View File

@ -15,7 +15,7 @@
},
"servers": [
{
"url": "https://btcpay.example.com/api/v1",
"url": "/",
"description": "BTCPay Server Greenfield API"
}
],