mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-26 13:00:20 +03:00
remove import/export database
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import client from './client'
|
||||
|
||||
const getExportDatabase = () => client.get('/database/export')
|
||||
const createLoadDatabase = (body) => client.post('/database/load', body)
|
||||
|
||||
export default {
|
||||
getExportDatabase,
|
||||
createLoadDatabase
|
||||
}
|
||||
Reference in New Issue
Block a user