diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-06-05 00:37:27 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-11 01:13:31 +1000 |
| commit | 344276ea2572241c6b725799d58aff6f3422cd22 (patch) | |
| tree | 5dd5c20114c879b0deb0be278206acec2e572568 | |
| parent | 81a0570c1b64891f286ee86d34d6f77090d525e3 (diff) | |
Updated namespace in SourceService
| -rw-r--r-- | Services/SourceService.cs | 2 |
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); |
