summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.Cdn/Controllers/GetImageController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'extra/admin-api/Spacebar.Cdn/Controllers/GetImageController.cs')
-rw-r--r--extra/admin-api/Spacebar.Cdn/Controllers/GetImageController.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/admin-api/Spacebar.Cdn/Controllers/GetImageController.cs b/extra/admin-api/Spacebar.Cdn/Controllers/GetImageController.cs

index 13b5da68..2f014926 100644 --- a/extra/admin-api/Spacebar.Cdn/Controllers/GetImageController.cs +++ b/extra/admin-api/Spacebar.Cdn/Controllers/GetImageController.cs
@@ -1,8 +1,10 @@ using ArcaneLibs.Extensions.Streams; using Microsoft.AspNetCore.Mvc; using Spacebar.AdminApi.TestClient.Services.Services; +using Spacebar.Cdn.Extensions; +using Spacebar.Interop.Cdn.Abstractions; -namespace Spacebar.AdminApi.TestClient.Services.Controllers; +namespace Spacebar.Cdn.Controllers; [ApiController] public class GetImageController(LruFileCache lfc, IFileSource fs, DiscordImageResizeService dirs) : ControllerBase {