Merge branch 'feature/sib-poll' of https://git.startinblox.com/applications/hubl into feature/resource-component

This commit is contained in:
Marjolaine Le Bon 2020-09-10 14:52:11 +02:00
commit cdd509ff48
1 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
.views-container
solid-poll(data-src=`${endpoints.polls || (endpoints.get && endpoints.get.polls)}`)
solid-poll(data-src=`${endpoints.polls || (endpoints.get && endpoints.get.polls)}`
range-base-polls=`${endpoints.pollRangeBase || (endpoints.get && endpoints.get.pollRangeBase)}`
upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}`
)