This commit is contained in:
Vishnu Mohandas 2020-11-14 17:43:49 +05:30
parent 78ff318512
commit 77ac01b8f5

View file

@ -64,7 +64,7 @@ const getCollectionKey = async (collection: collection, key: Uint8Array) => {
}
const getCollections = async (token: string, sinceTime: string, key: Uint8Array): Promise<collection[]> => {
const resp = await HTTPService.get(`${ENDPOINT}/collections/`, {
const resp = await HTTPService.get(`${ENDPOINT}/collections`, {
'token': token,
'sinceTime': sinceTime,
});