mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-02 21:54:23 +01:00
10 lines
121 B
C#
10 lines
121 B
C#
using System;
|
|
|
|
|
|
namespace BTCPayServer.Hosting.OpenApi
|
|
{
|
|
public class IncludeInOpenApiDocs : Attribute
|
|
{
|
|
}
|
|
}
|