forked from FoundKeyGang/FoundKey
fix: code url in documentation (#8117)
It seems this was not changed while refactoring the modules apart.
This commit is contained in:
parent
7a999f2289
commit
e2d2a4e2e4
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ export function genOpenapiSpec(lang = 'ja-JP') {
|
||||||
description: desc,
|
description: desc,
|
||||||
externalDocs: {
|
externalDocs: {
|
||||||
description: 'Source code',
|
description: 'Source code',
|
||||||
url: `https://github.com/misskey-dev/misskey/blob/develop/src/server/api/endpoints/${endpoint.name}.ts`,
|
url: `https://github.com/misskey-dev/misskey/blob/develop/packages/backend/src/server/api/endpoints/${endpoint.name}.ts`,
|
||||||
},
|
},
|
||||||
...(endpoint.meta.tags ? {
|
...(endpoint.meta.tags ? {
|
||||||
tags: [endpoint.meta.tags[0]],
|
tags: [endpoint.meta.tags[0]],
|
||||||
|
|
Loading…
Reference in a new issue