update: add upload-src and range-typeevents
This commit is contained in:
parent
d5e19c469c
commit
239645eda2
@ -12,14 +12,18 @@
|
|||||||
"projects": "http://localhost:8000/projects/",
|
"projects": "http://localhost:8000/projects/",
|
||||||
"customers": "http://localhost:8000/customers/",
|
"customers": "http://localhost:8000/customers/",
|
||||||
"events": "http://localhost:8000/events/",
|
"events": "http://localhost:8000/events/",
|
||||||
"users": "http://localhost:8000/users/"
|
"typeevents": "http://localhost:8000/typeevents/",
|
||||||
|
"users": "http://localhost:8000/users/",
|
||||||
|
"uploads": "http://localhost:8000/upload/"
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"circles": "http://localhost:8000/circles/",
|
"circles": "http://localhost:8000/circles/",
|
||||||
"projects": "http://localhost:8000/projects/",
|
"projects": "http://localhost:8000/projects/",
|
||||||
"customers": "http://localhost:8000/customers/",
|
"customers": "http://localhost:8000/customers/",
|
||||||
"events": "http://localhost:8000/events/",
|
"events": "http://localhost:8000/events/",
|
||||||
"users": "http://localhost:8000/users/"
|
"typeevents": "http://localhost:8000/typeevents/",
|
||||||
|
"users": "http://localhost:8000/users/",
|
||||||
|
"uploads": "http://localhost:8000/upload/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
"projects": "http://localhost:8000/projects/",
|
"projects": "http://localhost:8000/projects/",
|
||||||
"customers": "http://localhost:8000/customers/",
|
"customers": "http://localhost:8000/customers/",
|
||||||
"events": "http://localhost:8000/events/",
|
"events": "http://localhost:8000/events/",
|
||||||
"users": "http://localhost:8000/users/"
|
"typeevents": "http://localhost:8000/typeevents/",
|
||||||
|
"users": "http://localhost:8000/users/",
|
||||||
|
"uploads": "http://localhost:8000/upload/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
.views-container
|
.views-container
|
||||||
sib-event(data-src=`${endpoints.events || (endpoints.get && endpoints.get.events)}`)
|
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)}`
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user