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-11 01:13:31 +1000
commit344276ea2572241c6b725799d58aff6f3422cd22 (patch)
tree5dd5c20114c879b0deb0be278206acec2e572568 /Services
parent81a0570c1b64891f286ee86d34d6f77090d525e3 (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);