(orgSid: string)
| 12 | |
| 13 | /** 获取团队工具列表路由 */ |
| 14 | export const getToolsRouter = (orgSid: string) => `/t/${orgSid}/tools`; |
| 15 | |
| 16 | /** 获取团队工作台路由 */ |
| 17 | export const getWorkspaceRouter = (orgSid: string) => `/t/${orgSid}/workspace`; |
no outgoing calls
no test coverage detected