remove import/export database

This commit is contained in:
Henry
2023-11-28 16:58:16 +00:00
parent 20f2da1743
commit 0ee47c2ccf
4 changed files with 3 additions and 166 deletions
-9
View File
@@ -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
}