summaryrefslogtreecommitdiff
path: root/Services
diff options
context:
space:
mode:
Diffstat (limited to 'Services')
-rw-r--r--Services/SourceService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/SourceService.cs b/Services/SourceService.cs
index d145346..8953fda 100644
--- a/Services/SourceService.cs
+++ b/Services/SourceService.cs
@@ -1,6 +1,6 @@
using System.Text.RegularExpressions;
-namespace HyperBooru.Services;
+namespace HyperBooru.Client.Services;
public interface ISourceService {
public string? GetUrlFromFilename(string filename);