docs: endpoints update

This commit is contained in:
kakkokari-gtyih 2023-12-24 01:25:58 +09:00
parent 2956ad85f4
commit 005ef47874
2 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,6 @@
現在、エンドポイント一覧は準備中です。提供が開始されるまでの間は、各Misskeyサーバーで [`/api-doc` ページ](x-mi-web://api-doc)にアクセスするか、[Misskeyのソースコード](https://github.com/misskey-dev/misskey/tree/develop/packages/backend/src/server/api/endpoints)を参照してください。
また、少し情報が古いですが[従来のMisskey Hub](https://legacy.misskey-hub.net/docs/api/endpoints.html)もご利用いただけます。
:::

View File

@ -21,7 +21,6 @@ const repositoryUrl = 'https://github.com/misskey-dev/misskey-hub-next';
// 言語定義は /assets/data/locales.ts に移動しました
function getRouteRules(): NuxtConfig['routeRules'] {
console.log('Vercel flag:', process.env.VERCEL);
// 言語ごとに割り当てる必要のないRouteRules
const staticRules: NuxtConfig['routeRules'] = {
'/ja/blog/**': { isr: true },