Skip to content

Commit

Permalink
fix(route/sis001): fix namespace description (#17273)
Browse files Browse the repository at this point in the history
  • Loading branch information
keocheung authored Oct 24, 2024
1 parent 2d124dc commit 72af9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/sis001/namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export const namespace: Namespace = {
name: '第一会所',
url: 'sis001.com',
description: `:::tip
第一会所有多个备用网址,本路由默认使用\`https://sis001.com\`,若该网址无法访问,可以在部署实例的时候通过\`SIS001_BASE_URL\`环境变量配置要使用的地址,如\`https://www.sis001.com\`等)
第一会所有多个备用网址,本路由默认使用\`https://sis001.com\`,若该网址无法访问,可以在部署实例的时候通过\`SIS001_BASE_URL\`环境变量配置要使用的地址,如\`https://www.sis001.com\`等
:::`,
};

0 comments on commit 72af9b0

Please sign in to comment.