Skip to content
Snippets Groups Projects
Unverified Commit e2d2a4e2 authored by Johann150's avatar Johann150 Committed by GitHub
Browse files

fix: code url in documentation (#8117)

It seems this was not changed while refactoring the modules apart.
parent 7a999f22
No related branches found
No related tags found
No related merge requests found
......@@ -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]],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment