1
This commit is contained in:
@@ -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) => {
|
'GET /config/remote-code/version': async (ctx) => {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user