mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-16 11:44:32 +01:00
7 lines
140 B
C#
7 lines
140 B
C#
namespace BTCPayServer.Models
|
|
{
|
|
public class RobotsMetaViewModel
|
|
{
|
|
public bool DiscourageSearchEngines { get; set; }
|
|
}
|
|
} |