Merge branch 'extends-config-json' into 'staging'

Extends config json

See merge request startinblox/applications/sib-app!112
This commit is contained in:
Jean-Baptiste Pasquier 2020-02-03 17:39:25 +00:00
commit c15afa496f
1 changed files with 3 additions and 4 deletions

View File

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