Revert "fix: slash"

This reverts commit 6e46f26615
This commit is contained in:
Jean-Baptiste Pasquier 2021-03-17 19:32:54 +00:00
parent 2debef2f80
commit 786bb4d824
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
div.whitespace-normal
solid-event(data-src=`${component.endpoints.events}`
range-event-type=`${component.endpoints.typeevents}`
range-event-circle=`${getComponent('circles').endpoints.get}`
range-event-circle=`${getComponent('circles').endpoints.get}/`
upload-dir=`${component.endpoints.uploads}`
id-prefix='default'
)

View File

@ -2,7 +2,7 @@ div.whitespace-normal
solid-resource(data-src=`${component.endpoints.resources}`
range-resource-type=`${component.endpoints.resourcestypes}`
range-resource-keyword=`${component.endpoints.resourceskeywords}`
range-resource-circle=`${getComponent('circles').endpoints.get}`
range-resource-circle=`${getComponent('circles').endpoints.get}/`
associated-circle-label=""
data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}`
upload-dir=`${component.endpoints.uploads}`

View File

@ -3,7 +3,7 @@ solid-event(
bind-resources
nested-field="events"
range-event-type=`${component.extensions.find(c => c.type=='events').endpoints.typeevents}`
range-event-circle=`${component.endpoints.get}`
range-event-circle=`${component.endpoints.get}/`
upload-dir=`${component.extensions.find(c => c.type=='events').endpoints.uploads}`
id-prefix=`${component.route}`
uniq=component.uniq