Merge branch 'main' into FEATURE/lshub-prompt

# Conflicts:
#	packages/server/src/index.ts
This commit is contained in:
vinodkiran
2023-12-01 10:36:11 +05:30
25 changed files with 452 additions and 491 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
}