Commit b9a9bbd1 authored by xuezj's avatar xuezj

Merge branch 'master' of git.quantgroup.cn:QA/tke-eos

parents 4612e8fb 24cfbb39
......@@ -25,7 +25,7 @@ module.exports = router
router.get('/', async (ctx) => {
const data = await getServicesFormat(ctx.query.namespace)
ctx.body = ctx.ok({ services: data })
ctx.body = ctx.ok({ services: data, namespace: ctx.query.namespace })
})
const makeResouce = (serviceName, type) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment