dev add vio
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-03-16 13:30:24 +07:00
parent f291287b4c
commit 168aa3812c
3 changed files with 2 additions and 4 deletions
@@ -92,8 +92,6 @@ public class FileController {
return MediaType.IMAGE_JPEG;
case "png":
return MediaType.IMAGE_PNG;
case "gif":
return MediaType.IMAGE_GIF;
case "pdf":
return MediaType.APPLICATION_PDF;
default: