diff --git a/api/controller_front/config.js b/api/controller_front/config.js index 2f9a1eb..8e552d0 100644 --- a/api/controller_front/config.js +++ b/api/controller_front/config.js @@ -168,6 +168,17 @@ module.exports = { } }, + /** + * @swagger + * /api/config/remote-code/version: + * get: + * summary: 获取远程代码版本 + * description: 获取远程代码版本 + * tags: [前端-系统配置] + * responses: + * 200: + * description: 获取成功 + */ 'GET /config/remote-code/version': async (ctx) => { try {