link providers
This commit is contained in:
@@ -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)
|
||||
};
|
||||
Reference in New Issue
Block a user