fix
This commit is contained in:
parent
24bb5cd0ea
commit
bc9d3e3d3f
|
|
@ -5,7 +5,7 @@ export const _ = {
|
|||
url: "/_dbs/:dbName/:action",
|
||||
async api(dbName: any, action?: string) {
|
||||
const { req, res } = apiContext(this);
|
||||
|
||||
if (typeof db !== "undefined") {
|
||||
const body = req.params;
|
||||
|
||||
try {
|
||||
|
|
@ -16,5 +16,6 @@ export const _ = {
|
|||
res.send(e.message);
|
||||
console.error(e);
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue