aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Program.cs
diff options
context:
space:
mode:
authorivar <i@oiee.no>2023-10-08 01:22:29 +0200
committerivar <i@oiee.no>2023-10-08 01:22:29 +0200
commit0fa8060856fde1ac887d1fefe3940ac494d236cb (patch)
treea25262a14538b58d431afd21a2d47a4abed326ee /code/api/src/Program.cs
parentcf546fd4b9a1fbf77bccf5f0b713e688d29a66ad (diff)
downloadgreatoffice-0fa8060856fde1ac887d1fefe3940ac494d236cb.tar.xz
greatoffice-0fa8060856fde1ac887d1fefe3940ac494d236cb.zip
.
Diffstat (limited to 'code/api/src/Program.cs')
-rw-r--r--code/api/src/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/api/src/Program.cs b/code/api/src/Program.cs
index 3da1111..fcb9465 100644
--- a/code/api/src/Program.cs
+++ b/code/api/src/Program.cs
@@ -34,6 +34,7 @@ global using Quartz;
global using IOL.GreatOffice.Api.Resources;
using IOL.GreatOffice.Api.Endpoints.V1;
using IOL.GreatOffice.Api.Jobs;
+using IOL.GreatOffice.Api.Models.Database;
using Microsoft.AspNetCore.HttpOverrides;
using Microsoft.AspNetCore.Localization;
using Microsoft.AspNetCore.Mvc.Versioning;