Skip to content

Commit

Permalink
added excel to accepted file types
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Dec 18, 2023
1 parent e7ab74a commit 5858274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controllers/uploadController.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class UploadController extends PageController {
static validateFileType ({ originalname }) {
const allowedFiletypes = [
'csv',
'xls',
'xlsx',
'json',
'geojson',
'gml',
Expand Down

0 comments on commit 5858274

Please sign in to comment.