Show import-config error message
This commit is contained in:
parent
b9390c18ab
commit
d040970e97
@ -18,6 +18,6 @@ export default async function handler(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
res.status(500).json(error);
|
res.status(500).json(error.message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user