From f356f15d3a7dce1669944d23ab395ec96d042293 Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 28 Apr 2024 22:37:48 +0200 Subject: Misc --- code/api/src/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/api/src/Program.cs') diff --git a/code/api/src/Program.cs b/code/api/src/Program.cs index 4fa6c9f..9e4301a 100644 --- a/code/api/src/Program.cs +++ b/code/api/src/Program.cs @@ -10,7 +10,7 @@ global using System.Text.Json; global using System.Text.Json.Serialization; global using IOL.GreatOffice.Api.Models.Database; global using IOL.GreatOffice.Api.Models.Enums; -global using IOL.GreatOffice.Api.Models.Models; +global using IOL.GreatOffice.Api.Models.Misc; global using IOL.GreatOffice.Api.Models.Static; global using IOL.GreatOffice.Api.Services; global using IOL.GreatOffice.Api.Resources; -- cgit v1.3