summaryrefslogtreecommitdiff
path: root/HBContext.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-05-30 04:00:45 +1000
committerJake Mannens <jake@asger.xyz>2026-06-01 01:59:07 +1000
commitabe500bdb2cee643a593fe11286be383bd481af9 (patch)
tree4433115d6797f23f3699bddf0029f5a828603dec /HBContext.cs
parentc3e9d39034e5afc3f2c3a12c8c7682eabe360b7d (diff)
Added tag source to API tag model
Diffstat (limited to 'HBContext.cs')
-rw-r--r--HBContext.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/HBContext.cs b/HBContext.cs
index b684a51..766c0a3 100644
--- a/HBContext.cs
+++ b/HBContext.cs
@@ -1,4 +1,5 @@
-using HyperBooru.Services;
+using HyperBooru.ApiModels;
+using HyperBooru.Services;
using Microsoft.EntityFrameworkCore;
namespace HyperBooru;