Skip to content

Commit

Permalink
feat(#378): Adding DMA datafile to BE constant
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Oct 7, 2023
1 parent c8fd15d commit 8ae3012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resfulservice/config/constant.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module.exports = {
samples: 'about?view=instances&uri=http://materialsmine.org/ns/PolymerNanocomposite',
articles: 'about?view=instances&uri=http%3A%2F%2Fmaterialsmine.org%2Fns%2FResearchArticle',
Expand All @@ -24,7 +23,8 @@ module.exports = {
'MATERIAL TYPES': 'MATERIALS',
'SYNTHESIS AND PROCESSING': 'PROCESSING',
'CHARACTERIZATION METHODS': 'CHARACTERIZATION',
MICROSTRUCTURE: 'MICROSTRUCTURE'
MICROSTRUCTURE: 'MICROSTRUCTURE',
DMA_Datafile: 'DynamicPropertyProfile'
},
ContactPagePurposeOpt: ['QUESTION', 'TICKET', 'SUGGESTION', 'COMMENT'],
SupportedFileTypes: ['png', 'jpg', 'jpeg', 'tiff', 'tif', 'csv', 'zip', 'xls', 'xlsx'],
Expand Down

0 comments on commit 8ae3012

Please sign in to comment.