summaryrefslogtreecommitdiff
path: root/Services/ConfigService.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-05-06 22:33:52 +1000
committerJake Mannens <jake@asger.xyz>2026-05-06 22:33:52 +1000
commit2b66d00175950d845a794422433d4a350cf87775 (patch)
tree8b0a77d43d80faab235c14008206a926d4566859 /Services/ConfigService.cs
parent60dd44153b5f2b233dc66032507ee6c9a925ed0e (diff)
v0.13av0.13a
Diffstat (limited to 'Services/ConfigService.cs')
-rw-r--r--Services/ConfigService.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Services/ConfigService.cs b/Services/ConfigService.cs
index 752f9f5..ac1f155 100644
--- a/Services/ConfigService.cs
+++ b/Services/ConfigService.cs
@@ -1,4 +1,6 @@
-namespace HyperBooru.Services;
+using HyperBooru.ApiModels;
+
+namespace HyperBooru.Services;
public interface IConfigService {
public string DataPath { get; }