summaryrefslogtreecommitdiff
path: root/Services
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-06-05 00:37:27 +1000
committerJake Mannens <jake@asger.xyz>2026-06-15 10:45:43 +1000
commit18674d858f9624bf84f23808461ac0c3b3d023ec (patch)
treed45d34357c65f9386c412a8c755c677e963b7b76 /Services
parent94c6c319d434db270575e83b6c5d0e45e160194d (diff)
Updated namespace in SourceService
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);