Fixing arguments

This commit is contained in:
Benoit Alessandroni 2020-02-03 17:48:37 +01:00
parent 08e7d5f908
commit d69fc976fc
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.views-container
sib-event(data-src=`${endpoints.events || (endpoints.get && endpoints.get.events)}`
range-type=`${ranges.type}`
upload-dir=`${uploadDir}`
range-event-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}`
upload-src=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}`
)