fix(backend): api-docをScalarに変更 (#14152)

* fix(backend): api-docをScalarに変更

* Update Changelog
This commit is contained in:
かっこかり
2024-07-09 21:57:19 +09:00
committed by GitHub
parent a5407131d4
commit 600f16d625
5 changed files with 22 additions and 26 deletions

View File

@@ -15,7 +15,6 @@ export function genOpenapiSpec(config: Config, includeSelfRef = false) {
info: {
version: config.version,
title: 'Misskey API',
'x-logo': { url: '/static-assets/api-doc.png' },
},
externalDocs: {