Files
btcpayserver/BTCPayServer/Hosting/OpenApi/IncludeInOpenApiDocs.cs
Kukks 023e64704d Add Swagger and Redoc
Blocked by #1262
2020-02-24 19:04:04 +01:00

10 lines
121 B
C#

using System;
namespace BTCPayServer.Hosting.OpenApi
{
public class IncludeInOpenApiDocs : Attribute
{
}
}