mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
fix: code url in documentation (#8117)
It seems this was not changed while refactoring the modules apart.
This commit is contained in:
parent
2e8c622c53
commit
c42e63a1ca
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ export function genOpenapiSpec(lang = 'ja-JP') {
|
|||
description: desc,
|
||||
externalDocs: {
|
||||
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 ? {
|
||||
tags: [endpoint.meta.tags[0]],
|
||||
|
|
Loading…
Reference in a new issue