Fix doc
This commit is contained in:
parent
4b145da046
commit
b480ef669c
2 changed files with 8 additions and 2 deletions
|
@ -216,6 +216,12 @@ router.get('/*/*', async ctx => {
|
|||
replace: config.url
|
||||
}));
|
||||
|
||||
showdown.extension('wsUrlExtension', () => ({
|
||||
type: 'output',
|
||||
regex: /%WS_URL%/g,
|
||||
replace: config.ws_url
|
||||
}));
|
||||
|
||||
showdown.extension('apiUrlExtension', () => ({
|
||||
type: 'output',
|
||||
regex: /%API_URL%/g,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue