link providers

This commit is contained in:
2021-02-10 14:53:56 +01:00
parent 0a1ae40ff4
commit 6dce5c3599
18 changed files with 401 additions and 215 deletions
+7
View File
@@ -0,0 +1,7 @@
import { get, post, del } from '../helpers/request.ts';
const base = 'links/';
export default {
getPreviews: async links => await post(base + 'getPreviews', links)
};