diff options
Diffstat (limited to 'Services/IRobotsTxtGenerator.cs')
-rw-r--r-- | Services/IRobotsTxtGenerator.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Services/IRobotsTxtGenerator.cs b/Services/IRobotsTxtGenerator.cs index d989c8f..6f49924 100644 --- a/Services/IRobotsTxtGenerator.cs +++ b/Services/IRobotsTxtGenerator.cs @@ -1,6 +1,4 @@ -using System.Text; - -namespace MyDarling.Controllers; +namespace MyDarling.Services; public interface IRobotsTxtGenerator { |