summaryrefslogtreecommitdiff
path: root/Services/IRobotsTxtGenerator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Services/IRobotsTxtGenerator.cs')
-rw-r--r--Services/IRobotsTxtGenerator.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Services/IRobotsTxtGenerator.cs b/Services/IRobotsTxtGenerator.cs
deleted file mode 100644
index 6f49924..0000000
--- a/Services/IRobotsTxtGenerator.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace MyDarling.Services;
-
-public interface IRobotsTxtGenerator
-{
- public string GetRobotsText();
-}