Fix namespaces
This commit is contained in:
parent
57f7cb28a5
commit
3655495dfd
@ -1,6 +1,4 @@
|
||||
using System.Text;
|
||||
|
||||
namespace MyDarling.Controllers;
|
||||
namespace MyDarling.Services;
|
||||
|
||||
public interface IRobotsTxtGenerator
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using System.Text;
|
||||
|
||||
namespace MyDarling.Controllers;
|
||||
namespace MyDarling.Services;
|
||||
|
||||
public class RobotsTxtGenerator : IRobotsTxtGenerator
|
||||
{
|
Loading…
Reference in New Issue
Block a user