Browse Source

(*)接口优化

master
peng.peng 2 years ago
parent
commit
da023b6679
  1. 1
      api/app/lib/controllers/latestMetadata/index.js

1
api/app/lib/controllers/latestMetadata/index.js

@ -545,7 +545,6 @@ async function postMetadataResourceApplications(ctx) {
ctx.status = 200; ctx.status = 200;
} }
} }
}
} catch (error) { } catch (error) {
ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`); ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`);
ctx.status = 400; ctx.status = 400;

Loading…
Cancel
Save