mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Add interface for fetching links from server
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
import client from './client'
|
||||||
|
|
||||||
|
const fetchAllLinks = (url, relativeLinksMethod) =>
|
||||||
|
client.get(`/fetch-links?url=${encodeURIComponent(url)}&relativeLinksMethod=${relativeLinksMethod}`)
|
||||||
|
|
||||||
|
export default {
|
||||||
|
fetchAllLinks
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user