summaryrefslogtreecommitdiff
path: root/Services/IRobotsTxtGenerator.cs
blob: d989c8f2e804dc6cb7014963c53602a63424a13b (plain)
1
2
3
4
5
6
7
8
using System.Text;

namespace MyDarling.Controllers;

public interface IRobotsTxtGenerator
{
	public string GetRobotsText();
}