diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-09-02 11:10:03 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-09-02 11:10:03 +1000 |
| commit | 693357f3e35e4141f17c55e182e89f05ae8d0ecb (patch) | |
| tree | 624badcf11b20fa77a773ecf480191a6d225ab49 /Controllers | |
| parent | cf26fe6d6883a8603303ff39969b068b7902858a (diff) | |
| parent | 11f8eac60abfd52d59e84ba7b3c1c1c042c03941 (diff) | |
Merge branch 'dev' of gitlab.com:plasmicplexus/HyperBooru-Server into dev
Diffstat (limited to 'Controllers')
| -rw-r--r-- | Controllers/MediaController.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Controllers/MediaController.cs b/Controllers/MediaController.cs index 85dfc65..8070199 100644 --- a/Controllers/MediaController.cs +++ b/Controllers/MediaController.cs @@ -1,9 +1,6 @@ using HyperBooru.Services; using HyperBooru.Util; -using ImageMagick; using Microsoft.AspNetCore.Mvc; -using MimeDetective; -using System.Security.Cryptography; namespace HyperBooru.Controllers; |
