|
@@ -319,6 +319,7 @@ module.exports = (crowi) => {
|
|
|
try {
|
|
try {
|
|
|
// validate with meta.json
|
|
// validate with meta.json
|
|
|
importService.validate(data.meta);
|
|
importService.validate(data.meta);
|
|
|
|
|
+ return res.apiv3(data);
|
|
|
}
|
|
}
|
|
|
catch {
|
|
catch {
|
|
|
const msg = 'the version of this growi and the growi that exported the data are not met';
|
|
const msg = 'the version of this growi and the growi that exported the data are not met';
|