This commit is contained in:
igoradamenko
2018-06-23 13:18:12 +03:00
parent 73b91ca639
commit 833520c494
+1 -1
View File
@@ -10,7 +10,7 @@ export const logOut = () => fetcher.get({ url: `/auth/logout`, overriddenApiBase
export const getConfig = () => fetcher.get(`/config`);
// TODO: looks like we can you url from settings here and below
// TODO: looks like we can get url from settings here and below
export const find = ({ sort, url }) => fetcher.get(`/find?url=${url}&sort=${sort}&format=tree`);
export const last = ({ siteId, max }) => fetcher.get(`/last/${max}?site=${siteId}`);