summaryrefslogtreecommitdiff
path: root/Services/IRobotsTxtGenerator.cs
blob: 6f499241facf12e863e3a6c816b6126f338cde39 (plain)
1
2
3
4
5
6
namespace MyDarling.Services;

public interface IRobotsTxtGenerator
{
	public string GetRobotsText();
}