diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-06-05 00:37:27 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-15 10:45:43 +1000 |
| commit | 18674d858f9624bf84f23808461ac0c3b3d023ec (patch) | |
| tree | d45d34357c65f9386c412a8c755c677e963b7b76 /Services/SourceService.cs | |
| parent | 94c6c319d434db270575e83b6c5d0e45e160194d (diff) | |
Updated namespace in SourceService
Diffstat (limited to 'Services/SourceService.cs')
| -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); |
