diff options
Diffstat (limited to 'backend/api/api/Controllers/FileController.cs')
-rw-r--r-- | backend/api/api/Controllers/FileController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/api/api/Controllers/FileController.cs b/backend/api/api/Controllers/FileController.cs index ac17ab0b..ad788e17 100644 --- a/backend/api/api/Controllers/FileController.cs +++ b/backend/api/api/Controllers/FileController.cs @@ -13,7 +13,7 @@ namespace api.Controllers public class FileController : ControllerBase { private string[] permittedExtensions = { ".csv",".json",".xls",".xlsx" }; - private string[] permittedExtensionsH5 = { ".h5" };//niz da bi dodali h4 itd + private string[] permittedExtensionsH5 = { ".h5" };//niz da bi dodali h5 itd private readonly IConfiguration _configuration; private IJwtToken _token; private readonly IFileService _fileservice; |