From b7e39b59fd0fc7b5610ebff29035bf622079e0d8 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 5 Oct 2022 20:45:21 +0800 Subject: refactor: Change file structure --- server/src/Data/Static/AppPaths.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 server/src/Data/Static/AppPaths.cs (limited to 'server/src/Data/Static/AppPaths.cs') diff --git a/server/src/Data/Static/AppPaths.cs b/server/src/Data/Static/AppPaths.cs deleted file mode 100644 index a24f5af..0000000 --- a/server/src/Data/Static/AppPaths.cs +++ /dev/null @@ -1,17 +0,0 @@ - -namespace IOL.GreatOffice.Api.Data.Static; - -public static class AppPaths -{ - public static AppPath AppData => new() { - HostPath = Path.Combine(Directory.GetCurrentDirectory(), "AppData") - }; - - public static AppPath DataProtectionKeys => new() { - HostPath = Path.Combine(Directory.GetCurrentDirectory(), "AppData", "dp-keys") - }; - - public static AppPath Frontend => new() { - HostPath = Path.Combine(Directory.GetCurrentDirectory(), "Frontend") - }; -} -- cgit v1.3